chore(helm): nginx service dedicated name block

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-03-15 12:36:02 +01:00
parent 341954c9d9
commit 38a4211fea
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ spec:
- port: {{ .port }}
targetPort: {{ .targetPort }}
protocol: TCP
name: {{ .targetPort }}
name: {{ .name }}
{{- end }}
selector:
{{- include "nginx-ingress.selectorLabels" . | nindent 4 }}

View file

@ -42,8 +42,10 @@ service:
ports:
- port: 80
targetPort: http
name: http
- port: 443
targetPort: https
name: https
ingress:
enabled: false