29 lines
588 B
YAML
29 lines
588 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/advplyr/fotosho
|
|
tag: latest@sha256:49dc426c6bdaf99927df571a7084eb6d7f593ea76ab8a99c5c7e1c9fccc77e12
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
photos:
|
|
enabled: true
|
|
mountPath: /photos
|
|
thumbs:
|
|
enabled: true
|
|
mountPath: /thumbnails
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 13377
|
|
protocol: tcp
|
|
targetPort: 80
|