Update ingress.yaml
This commit is contained in:
Родитель
dff1b05203
Коммит
b67785ade1
|
@ -1,9 +1,8 @@
|
|||
#{{- if .Values.ingress.enabled }}
|
||||
{{- $fullName := include "easyauth-proxy.fullname" . }}
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ $fullName }}
|
||||
name: {{ include "easyauth-proxy.fullname" . }}-ingress
|
||||
labels:
|
||||
{{- include "easyauth-proxy.labels" . | nindent 4 }}
|
||||
{{- with .Values.ingress.annotations }}
|
||||
|
@ -23,7 +22,7 @@ spec:
|
|||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: {{ $fullName }}
|
||||
name: {{ include "easyauth-proxy.fullname" . }}
|
||||
port:
|
||||
number: {{ .Values.service.port }}
|
||||
#{{- end }}
|
Загрузка…
Ссылка в новой задаче