An open API service indexing awesome lists of open source software.

https://github.com/danielvieiravega/gitopsfc


https://github.com/danielvieiravega/gitopsfc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

kind create cluster --name=gitopsfc

kubectl apply -f .\k8s\

kubectl create namespace argocd

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

kubectl port-forward svc/argocd-server -n argocd 8080:443

argocd admin initial-password -n argocd

kubectl port-forward service/goserver-service 8081:8080

https://argoproj.github.io/cd/