|
|
|
|
@ -47,13 +47,7 @@ spec:
|
|
|
|
|
port: http
|
|
|
|
|
resources:
|
|
|
|
|
{{- toYaml .Values.resources | nindent 12 }}
|
|
|
|
|
volumeMounts:
|
|
|
|
|
- name: config
|
|
|
|
|
mountPath: /config
|
|
|
|
|
- name: spool
|
|
|
|
|
mountPath: "/var/spool/cups-pdf"
|
|
|
|
|
- name: avahi
|
|
|
|
|
mountPath: /services
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: config
|
|
|
|
|
{{- if .Values.persistence.enabled }}
|
|
|
|
|
|