2022-07-20 19:13:25 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
CUSTOM_RES_H: "768"
|
|
|
|
CUSTOM_RES_W: "1280"
|
2022-07-25 20:43:02 +00:00
|
|
|
FERDI_V: stable@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
2022-07-22 18:23:01 +00:00
|
|
|
UMASK: "000"
|
2022-07-20 19:13:25 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/ferdi-client
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:80470c731f3914e60bc583efe739dbf717e5271999e88ce07329c9f72c3ff274
|
2022-07-20 19:13:25 +00:00
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|