41 lines
786 B
YAML
41 lines
786 B
YAML
image:
|
|
repository: simsemand/chronos
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.2@sha256:b86be79bbb913689623e015e77ca15f9bcd90de7f6ff4ac80f22200aee936c1c
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10305
|
|
protocol: http
|
|
targetPort: 5000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
persistence:
|
|
chronos:
|
|
enabled: true
|
|
mountPath: /chronos
|
|
portal:
|
|
open:
|
|
enabled: true
|