36 lines
679 B
YAML
36 lines
679 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/pigallery2
|
|
tag: latest@sha256:3adda1047a09513c2b440969e26ab6c6ec3fc88d2b03d0eab52a6669d26b07f9
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/data/config
|
|
db:
|
|
enabled: true
|
|
mountPath: /app/data/db
|
|
image:
|
|
enabled: true
|
|
mountPath: /app/data/images/
|
|
readOnly: true
|
|
tmp:
|
|
enabled: true
|
|
mountPath: /app/data/tmp
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|