TrueChartsClone/charts/incubator/cups-server/values.yaml

38 lines
719 B
YAML

image:
repository: ydkn/cups
tag: latest@sha256:a5501987937cf8c726e04878ff77d5f15f01070979f40c1a2cec60834bc77c70
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
ADMIN_PASSWORD: "secretpass"
service:
main:
ports:
main:
port: 631
protocol: http
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:
open:
enabled: true