From 6b815a15fdca91e8fc0f60bce7f66af8e9c53874 Mon Sep 17 00:00:00 2001 From: "Ostosh, Ivy" Date: Tue, 24 Jan 2023 19:34:22 -0600 Subject: [PATCH] Fix controller service targetPort --- charts/eks-anywhere-packages/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/eks-anywhere-packages/templates/service.yaml b/charts/eks-anywhere-packages/templates/service.yaml index 53a8e825..ff01b4df 100644 --- a/charts/eks-anywhere-packages/templates/service.yaml +++ b/charts/eks-anywhere-packages/templates/service.yaml @@ -14,7 +14,7 @@ spec: ports: - name: https-metrics port: 8080 - targetPort: https-metrics + targetPort: 8080 protocol: TCP selector: control-plane: controller-manager