27 lines
471 B
YAML
27 lines
471 B
YAML
image:
|
|
repository: tccr.io/truecharts/sickchill
|
|
pullPolicy: IfNotPresent
|
|
tag: 2022.7.20@sha256:b71daf384d0372c32169f8fec5bc510f3d36a5b260caef7980856f8d6f6d0b86
|
|
|
|
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
|