feat(debian): Fix main port / order values better (#5121)
This commit is contained in:
@@ -28,4 +28,4 @@ sources:
|
|||||||
- https://www.debian.org/
|
- https://www.debian.org/
|
||||||
- https://hub.docker.com/r/ich777/debian-bullseye
|
- https://hub.docker.com/r/ich777/debian-bullseye
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.4
|
version: 2.1.0
|
||||||
|
|||||||
@@ -1,32 +1,36 @@
|
|||||||
|
image:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
repository: tccr.io/truecharts/debian-bullseye
|
||||||
|
tag: latest@sha256:d94dc420a354be7c028b1472e40855f1641e3350e0ac8f702424096d7d82cbb1
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsUser: 0
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CUSTOM_RES_H: "1000"
|
CUSTOM_RES_H: "1000"
|
||||||
CUSTOM_RES_W: "1800"
|
CUSTOM_RES_W: "1800"
|
||||||
DATA_PERM: "770"
|
DATA_PERM: "770"
|
||||||
DEV: ""
|
DEV: ""
|
||||||
ROOT_PWD: ""
|
ROOT_PWD: ""
|
||||||
UMASK: "0000"
|
|
||||||
USER_LOCALES: en_US.UTF-8 UTF-8
|
USER_LOCALES: en_US.UTF-8 UTF-8
|
||||||
image:
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
repository: tccr.io/truecharts/debian-bullseye
|
|
||||||
tag: latest@sha256:d94dc420a354be7c028b1472e40855f1641e3350e0ac8f702424096d7d82cbb1
|
|
||||||
persistence:
|
|
||||||
homedirectory:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /debian
|
|
||||||
podSecurityContext:
|
|
||||||
runAsGroup: 0
|
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
runAsNonRoot: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 8080
|
||||||
protocol: TCP
|
protocol: HTTP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
homedirectory:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /debian
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user