30 lines
495 B
YAML
30 lines
495 B
YAML
image:
|
|
repository: tccr.io/truecharts/sickchill
|
|
pullPolicy: IfNotPresent
|
|
tag: 2023.1.2@sha256:ee019ab6710b530068d12aed1ae8329184310e19378af98035eceb8c6073a06f
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10067
|
|
targetPort: 8081
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|