34 lines
610 B
YAML
34 lines
610 B
YAML
image:
|
|
repository: tccr.io/truecharts/cups-server
|
|
tag: latest@sha256:4c8cc5434c9605eb6fd9ad2463217100c4619281144ad8f23ac58d57d6ebbc64
|
|
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
|