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

23 lines
484 B
YAML

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