Files
truecharts/charts/incubator/cups-server/values.yaml
T
TrueCharts BotandGitHub 62b1cef80b chore(deps): update docker general non-major (#2860)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-13 10:53:45 +02:00

34 lines
610 B
YAML

image:
repository: tccr.io/truecharts/cups-server
tag: latest@sha256:36c42d793114dabc5b85f5a2dbb2f7cf72a09d570ef0f0e9ed55961a71bc6255
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