25 lines
434 B
YAML
25 lines
434 B
YAML
image:
|
|
repository: tccr.io/truecharts/ddns-go
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.6.1@sha256:cd3e1daf37ec78af7e2947b7dfa1db0184f1e1a89a043509c4c1a27a50424830
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 9876
|
|
port: 10168
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/root"
|