41 lines
780 B
YAML
41 lines
780 B
YAML
|
image:
|
||
|
repository: jeessy/ddns-go
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v6.1.2@sha256:0c7b981126a7e4063d4aa7861d929c8b6bc1614b7961e1d396c9efaa2534fd8d
|
||
|
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
|