From 6f5b743d266991f23e974c2f29b4dea2681212d2 Mon Sep 17 00:00:00 2001 From: Matthew Beckett Date: Thu, 7 Oct 2021 19:25:16 +0100 Subject: [PATCH] Fix service.yaml containing invalid targetPort --- charts/py-kms/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/py-kms/templates/service.yaml b/charts/py-kms/templates/service.yaml index 370fa7c..4a00fb6 100644 --- a/charts/py-kms/templates/service.yaml +++ b/charts/py-kms/templates/service.yaml @@ -12,7 +12,7 @@ spec: protocol: TCP name: kms - port: {{ .Values.service.httpPort }} - targetPort: 80 + targetPort: 8080 protocol: TCP name: http selector: