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