From 9fabd6beec3c7c220f9545aefa24c0ba0ddd7abd Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 13 Mar 2024 20:22:44 -0500 Subject: [PATCH] cleanup --- apps/apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/apps.yaml b/apps/apps.yaml index 2184acf..afdb529 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -78,4 +78,4 @@ spec: targetPort: 8080 # The port the service is listening on internally nodePort: 30000 # Choose a NodePort value within the allowed range (30000-32767) selector: - app: argocd-server # Selector to match the pods of the original service + app: service/argocd-server # Selector to match the pods of the original service