From 6d3c272c1aecb2047517d1f45654767b9744f135 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 13 Mar 2024 20:43:24 -0500 Subject: [PATCH] no more argo nodeport --- apps/apps.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/apps/apps.yaml b/apps/apps.yaml index afdb529..72af11b 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -63,19 +63,3 @@ spec: syncPolicy: automated: prune: true - ---- - -apiVersion: v1 -kind: Service -metadata: - name: argo-nodeport - namespace: argocd -spec: - type: NodePort - ports: - - port: 443 # The port you want to expose - targetPort: 8080 # The port the service is listening on internally - nodePort: 30000 # Choose a NodePort value within the allowed range (30000-32767) - selector: - app: service/argocd-server # Selector to match the pods of the original service