38 lines
672 B
YAML
38 lines
672 B
YAML
image:
|
|
repository: tccr.io/truecharts/dizquetv
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.5.0@sha256:6c8d24854c8533d31f35a5328ecee14ebe25a48ff8f73dd73f29012bdc5bb11b
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10071
|
|
targetPort: 8000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /home/node/app/.dizquetv
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|