add external ip for cups

master
Marius Ensrud 5 years ago
parent f39c30387f
commit 1e685d13a9

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

@ -12,6 +12,10 @@ spec:
targetPort: http
protocol: TCP
name: http
{{- if .Values.service.externalIPs.enabled }}
externalIPs:{{- range .Values.service.externalIPs.ip }}
- {{.}}{{- end }}
{{- end }}
selector:
{{- include "cups-airprint.selectorLabels" . | nindent 4 }}
{{- end }}

@ -51,6 +51,8 @@ service:
enabled: true
type: ClusterIP
port: 631
externalIPs:
enabled: false
ingress:
enabled: false

Loading…
Cancel
Save