TrueChartsClone/charts/incubator/pigallery2/values.yaml

36 lines
679 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pigallery2
tag: latest@sha256:c183828a39514a28d39028b5f2956f4b9d38edb16ede2e65cba494f5c12c28da
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