fix externalip

master
Marius Ensrud 5 years ago
parent c911ba60ab
commit 4358489a44

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

@ -16,8 +16,8 @@ spec:
protocol: TCP protocol: TCP
name: ssh name: ssh
{{- if .Values.service.externalIPs.enabled }} {{- if .Values.service.externalIPs.enabled }}
{{- range .Values.service.externalIPs.ip }} externalIPs:{{- range .Values.service.externalIPs.ip }}
externalIPs:{{.}}{{- end }} - {{.}}{{- end }}
{{- end }} {{- end }}
selector: selector:
{{- include "rsyncd.selectorLabels" . | nindent 4 }} {{- include "rsyncd.selectorLabels" . | nindent 4 }}

Loading…
Cancel
Save