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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-21 08:26:39 +02:00

34 lines
610 B
YAML

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