Files
truecharts/charts/incubator/cups-server/values.yaml
T
Stavros KoisandGitHub 823326c370 feat(cups-server): add cups-server (#2614)
* feat(cups-server): add cups-server

* add questions

* add source

* try rootless?

* root
2022-05-05 19:29:43 +00:00

34 lines
586 B
YAML

image:
repository: ydkn/cups
tag: latest@sha256:d84f17af1e712413903d9035eda2c4bbbe9431d86712b7924efbe467be9be764
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
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