TrueChartsClone/charts/stable/ddns-go/values.yaml

41 lines
780 B
YAML

image:
repository: jeessy/ddns-go
pullPolicy: IfNotPresent
tag: v5.7.1@sha256:ceab1b317e7eea01109097f55cbe5c3aa4d695c7f106156745be77a11dbeb430
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 9876
protocol: http
port: 10168
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
persistence:
data:
enabled: true
mountPath: /root
portal:
open:
enabled: true