Files
truecharts/charts/incubator/ferdi-client/values.yaml
T
TrueCharts BotandGitHub e3b5269604 chore(deps): update docker general non-major (#4189)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-26 08:43:15 +03:00

30 lines
638 B
YAML

env:
CUSTOM_RES_H: "768"
CUSTOM_RES_W: "1280"
FERDI_V: stable@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
UMASK: "000"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ferdi-client
tag: latest@sha256:1bfed9724365e2c1705f73caac6c32d0055f7691cf314d71c2eefdd1d42c4c97
persistence:
datadir:
enabled: true
mountPath: /ferdi
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8080
protocol: TCP
targetPort: 8080
portal:
enabled: true