Files
truecharts/charts/incubator/cups-server/values.yaml
T
Kjeld Schouten-LebbingandGitHub 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

34 lines
610 B
YAML

image:
repository: tccr.io/truecharts/cups-server
tag: latest@sha256:a32b021b8da8d0a19883b1ac3f274c8f6be3ad97a486c5134250682301ab31ef
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
ADMIN_PASSWORD: "secretpass"
service:
main:
ports:
main:
port: 631
targetPort: 631
persistence:
config:
enabled: true
mountPath: "/etc/cups"
dbus:
enabled: true
type: hostPath
hostPath: "/var/run/dbus"
mountPath: "/var/run/dbus"
readOnly: false