30 lines
497 B
YAML
30 lines
497 B
YAML
image:
|
|
repository: tccr.io/truecharts/sickchill
|
|
pullPolicy: IfNotPresent
|
|
tag: 2022.10.13@sha256:ad97b99204abf390b776fd50ee4b55dc6de3872cd9245f2a9d1510be422c11d2
|
|
|
|
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
|