37 lines
635 B
YAML
37 lines
635 B
YAML
image:
|
|
repository: tccr.io/truecharts/cups-server
|
|
tag: latest@sha256:85adb7657a8f520ee930fcd4d4e8aed9d7cc2fecb5046c3a8ba2f6106502aa77
|
|
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
|