diff --git a/starters/touchin-server/templates/ingress.yaml b/starters/touchin-server/templates/ingress.yaml index b5f2389..f4efef8 100644 --- a/starters/touchin-server/templates/ingress.yaml +++ b/starters/touchin-server/templates/ingress.yaml @@ -31,7 +31,10 @@ spec: http: paths: - path: {{ .Values.ingress.path }} + pathType: Prefix backend: - serviceName: {{ or .Values.ingress.serviceName $fullName }} - servicePort: {{ $svcPort }} + service: + name: {{ or .Values.ingress.serviceName $fullName }} + port: + number: {{ $svcPort }} {{- end }}