32 lines
623 B
YAML
32 lines
623 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/bpatrik/pigallery2
|
|
tag: latest@sha256:fc3570c6175619391450824654a135719821a01276d35f4d0ebf7491ebfe328e
|
|
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
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
protocol: tcp
|
|
targetPort: 80
|