contrib/helm/clair: fix the ingress template

Make 'servicePort' reference 'externalApiPort' instead of
'externalPort'.
pull/463/head
Bruno Miguel Custodio 7 years ago
parent e4a58305f4
commit 13be17a690
No known key found for this signature in database
GPG Key ID: 84CDD9E18A1A6B2C

@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "fullname" . -}}
{{- $servicePort := .Values.service.externalPort -}}
{{- $servicePort := .Values.service.externalApiPort -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata:

Loading…
Cancel
Save