chore(helm): nginx service dedicated name block
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
341954c9d9
commit
38a4211fea
2 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
|||
- port: {{ .port }}
|
||||
targetPort: {{ .targetPort }}
|
||||
protocol: TCP
|
||||
name: {{ .targetPort }}
|
||||
name: {{ .name }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- include "nginx-ingress.selectorLabels" . | nindent 4 }}
|
||||
|
|
|
|||
|
|
@ -42,8 +42,10 @@ service:
|
|||
ports:
|
||||
- port: 80
|
||||
targetPort: http
|
||||
name: http
|
||||
- port: 443
|
||||
targetPort: https
|
||||
name: https
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue