34 lines
655 B
YAML
34 lines
655 B
YAML
image:
|
|
repository: docker.io/jakowenko/double-take
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.13.1@sha256:2bba786a0bd828e654ce6e281fe363c1ea33ebcfc5a5d714716530e8425f3e2a
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 10200
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /.storage
|
|
portal:
|
|
open:
|
|
enabled: true
|