2022-11-15 00:14:12 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/pigallery2
|
2023-01-12 01:48:34 +00:00
|
|
|
tag: latest@sha256:c8d6399ddc0ca9c8a7fe9f51506df4d99adf908696209fcf8c9e8cc3f9e4cca5
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|