26 lines
485 B
YAML
26 lines
485 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/root
|
|
tag: latest@sha256:492397563d823255e7a3cb9ecbe7db089f59e5daba74d5a6a63af8a4c01dde5c
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /appdata
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9999
|
|
protocol: TCP
|
|
targetPort: 8888
|
|
|
|
portal:
|
|
enabled: true
|