From 0c7e93c19376324b9c748ec4db78b528f3a2b70a Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Mon, 18 Dec 2023 19:29:48 +0000 Subject: [PATCH] ensure the nodeport is named admin-console --- templates/kotsadm-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/kotsadm-service.yaml b/templates/kotsadm-service.yaml index 7ee4910..0087481 100644 --- a/templates/kotsadm-service.yaml +++ b/templates/kotsadm-service.yaml @@ -3,7 +3,7 @@ kind: Service metadata: labels: {{- include "admin-console.labels" . | nindent 4 }} - name: kotsadm-nodeport + name: admin-console spec: ports: - name: http