25 lines
404 B
YAML
25 lines
404 B
YAML
image:
|
|
repository: tccr.io/truecharts/theme-park
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.9.4@sha256:7ba9ecf37be7c2337a19ea490c4e32ff13f3bbe1d5d642c82299ee01716dc713
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10244
|
|
targetPort: 8080
|
|
|
|
probes:
|
|
liveness:
|
|
path: "/"
|
|
readiness:
|
|
path: "/"
|
|
startup:
|
|
path: "/"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|