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

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

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

37 lines
635 B
YAML

image:
repository: tccr.io/truecharts/cups-server
tag: latest@sha256:5b10e39a76697e8fb536359acfd0ca0866e33dcf8a1008509ff92d165210883e
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
portal:
enabled: true