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