* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
34 lines
607 B
YAML
34 lines
607 B
YAML
image:
|
|
repository: tccr.io/truecharts/cups-server
|
|
tag: latest@sha256:541320523b45ef564052370d7c3752e0473ac944c5e5f2a6294bcc3b7bb9f49f
|
|
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
|