From 00a86fb02bab5d8577a5a2aa89d5a96ba036fb68 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 12 Mar 2024 20:28:52 -0500 Subject: [PATCH] fix duplicate names --- hello-world/deployments/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world/deployments/deployment.yaml b/hello-world/deployments/deployment.yaml index 04408c6..32a207e 100644 --- a/hello-world/deployments/deployment.yaml +++ b/hello-world/deployments/deployment.yaml @@ -137,7 +137,7 @@ spec: apiVersion: v1 kind: Service metadata: - name: hello-world-active + name: hello-world-nodeport-active namespace: hello-world spec: type: NodePort # Change service type to NodePort @@ -153,7 +153,7 @@ spec: apiVersion: v1 kind: Service metadata: - name: hello-world-preview + name: hello-world-nodeport-preview namespace: hello-world spec: type: NodePort # Change service type to NodePort