no more argo nodeport

This commit is contained in:
Waylon Walker 2024-03-13 20:43:24 -05:00
parent 2d6e03dfe2
commit 6d3c272c1a
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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