Files

23 lines
488 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/faldez/tanoshi
tag: latest@sha256:bb6ce408c3786e33092fc59ef85d2221c16dc48c7b70eaf6bf8ec4df9701f1bf
persistence:
directoryconfig:
enabled: true
mountPath: /tanoshi
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 80
protocol: tcp
targetPort: 80