39 lines
709 B
YAML
39 lines
709 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ydkn/cups
|
||
|
tag: latest@sha256:a5501987937cf8c726e04878ff77d5f15f01070979f40c1a2cec60834bc77c70
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /etc/cups
|
||
|
dbus:
|
||
|
enabled: true
|
||
|
hostPath: /var/run/dbus
|
||
|
mountPath: /var/run/dbus
|
||
|
readOnly: false
|
||
|
type: hostPath
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 631
|
||
|
protocol: http
|
||
|
targetPort: 631
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
ADMIN_PASSWORD: secretpass
|