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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-23 07:13:44 +02:00

34 lines
607 B
YAML

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