Files
truecharts/charts/stable/chowdown/values.yaml
T
2026-02-14 22:35:03 +01:00

23 lines
489 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/gregyankovoy/chowdown
tag: latest@sha256:7941ebe37bab142a05f7b241e2490fa2c60f3644b4327d4dbac82c7b0f73243c
persistence:
config:
enabled: true
mountPath: /config
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 4000
protocol: tcp
targetPort: 4000