diff --git a/helm/fiaas-deploy-daemon/templates/ingress.yaml b/helm/fiaas-deploy-daemon/templates/ingress.yaml index 5a24e8d2..9f82443c 100644 --- a/helm/fiaas-deploy-daemon/templates/ingress.yaml +++ b/helm/fiaas-deploy-daemon/templates/ingress.yaml @@ -32,10 +32,10 @@ spec: service: name: {{ .Values.name }} port: - name: http + number: {{ .Values.service.port }} {{- else }} backend: serviceName: {{ .Values.name }} - servicePort: http + servicePort: {{ .Values.service.port }} {{- end }} {{- end }}