30 lines
418 B
YAML
30 lines
418 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/ddclient
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 3.10.0
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
enabled: false
|
||
|
ports:
|
||
|
main:
|
||
|
enabled: false
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
varrun:
|
||
|
enabled: true
|
||
|
|
||
|
portal:
|
||
|
enabled: false
|