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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-15 09:41:19 +02:00

34 lines
607 B
YAML

image:
repository: tccr.io/truecharts/cups-server
tag: latest@sha256:29d09da2739558e17a55caf41038bdbe80c56a1bb252e1636db01cd37e16d17f
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
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