28 lines
458 B
YAML
28 lines
458 B
YAML
image:
|
|
repository: tccr.io/truecharts/ddns-go
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.0@sha256:205b2689fe2d3768048539a0f948e696f0bb94b967cf8fddb53da86826e7d519
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 9876
|
|
port: 10168
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/root"
|
|
|
|
portal:
|
|
enabled: true
|