33 lines
638 B
YAML
33 lines
638 B
YAML
env:
|
|
CUSTOM_RES_H: "1000"
|
|
CUSTOM_RES_W: "1800"
|
|
DATA_PERM: "770"
|
|
DEV: ""
|
|
ROOT_PWD: ""
|
|
UMASK: "0000"
|
|
USER_LOCALES: en_US.UTF-8 UTF-8
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/debian-bullseye
|
|
tag: latest@sha256:604691fbef6430d3e33744cd69ae2bd629bf8970c6cdd50b6c36d83398c9dcc8
|
|
persistence:
|
|
homedirectory:
|
|
enabled: true
|
|
mountPath: /debian
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|