-
-
Save initcron/a14fe418b8a7325e3ed5ecebf6fadb53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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