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

46 lines
797 B
YAML

image:
repository: tccr.io/truecharts/ddns-go
pullPolicy: IfNotPresent
tag: v5.5.0@sha256:2487a10ef2352940df1cb1a45ab36729c54b264a21d3ee8ee8832177cb39cb64
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