diff --git a/kong/templates/ingress.yaml b/kong/templates/ingress.yaml index b25fb17..712700f 100644 --- a/kong/templates/ingress.yaml +++ b/kong/templates/ingress.yaml @@ -91,7 +91,7 @@ spec: port: 443 scheme: https tls: - secretName: kong-tls + secretName: api-tls ---