Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active October 18, 2024 05:08
Show Gist options
  • Save initcron/a14fe418b8a7325e3ed5ecebf6fadb53 to your computer and use it in GitHub Desktop.
Save initcron/a14fe418b8a7325e3ed5ecebf6fadb53 to your computer and use it in GitHub Desktop.
kubectl patch svc argocd-server -n argocd --patch \
'{"spec": { "type": "NodePort", "ports": [ { "nodePort": 30200, "port": 443, "protocol": "TCP", "targetPort": 8080 } ] } }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment