Loading deploy/kubernetes/chart/templates/ingress/ingress-publish.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ metadata: labels: {{ include "esgf.component.labels" (list . "ingressPublish" .Values.ingress.labels) | nindent 4 }} annotations: nginx.ingress.kubernetes.io/whitelist-source-range: {{ .Values.index.search.publishIpRange }} haproxy-ingress.github.io/allowlist-source-range: {{ .Values.index.search.publishIpRange }} {{ include "esgf.ingress.auth" . | indent 4 }} {{- with .Values.ingress.annotations }} {{ toYaml . | nindent 4 }} Loading Loading
deploy/kubernetes/chart/templates/ingress/ingress-publish.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ metadata: labels: {{ include "esgf.component.labels" (list . "ingressPublish" .Values.ingress.labels) | nindent 4 }} annotations: nginx.ingress.kubernetes.io/whitelist-source-range: {{ .Values.index.search.publishIpRange }} haproxy-ingress.github.io/allowlist-source-range: {{ .Values.index.search.publishIpRange }} {{ include "esgf.ingress.auth" . | indent 4 }} {{- with .Values.ingress.annotations }} {{ toYaml . | nindent 4 }} Loading