Update file ingress.yaml

This commit is contained in:
2023-04-16 14:13:02 +00:00
parent 9d8cf18949
commit 01e6e28550

View File

@@ -9,7 +9,7 @@ spec:
- match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/`) - match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/`)
kind: Rule kind: Rule
services: services:
- name: "{{ .Values.service.name }}-service" - name: {{ .Chart.Name }}-service
port: {{ .Values.service.targetport }} port: {{ .Values.service.targetport }}
tls: tls:
secretName: {{ .Values.ingress.tls }} secretName: {{ .Values.ingress.tls }}