28 lines
458 B
YAML
28 lines
458 B
YAML
image:
|
|
repository: tccr.io/truecharts/ddns-go
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.0.4@sha256:d9bb6ca49d88d8a8013e71e52c4d56f8261a0eec28d0b2a56e94fa1991775c16
|
|
|
|
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
|