2022-05-05 19:29:43 +00:00
|
|
|
image:
|
2022-05-07 21:59:53 +00:00
|
|
|
repository: tccr.io/truecharts/cups-server
|
2022-08-17 11:01:00 +00:00
|
|
|
tag: latest@sha256:2acd556f0b9f90f0125520ef6b459d4c3e0d5c34a165009c4acbf6ef23010b29
|
2022-05-05 19:29:43 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2022-05-05 19:29:43 +00:00
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|