46 lines
801 B
YAML
46 lines
801 B
YAML
image:
|
|
repository: tccr.io/truecharts/chronos
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.2@sha256:f8dd4381e007a4fa1846c0bfa1691c7bd4f77720b79d3513ab293ecbcc5d1e36
|
|
|
|
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
|