https://github.com/danielvieiravega/gitopsfc
https://github.com/danielvieiravega/gitopsfc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielvieiravega/gitopsfc
- Owner: danielvieiravega
- Created: 2024-08-25T20:15:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T22:15:46.000Z (9 months ago)
- Last Synced: 2025-01-16T11:32:42.345Z (4 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/