diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index b99470d..8f34dbf 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -13,7 +13,7 @@ spec: kind: Rule services: - name: "{{ .Chart.Name }}-service" - port: {{ .Values.service.port }} + port: 8080 tls: secretName: durpapi-tls