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