Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traefik

helm repo add traefik https://traefik.github.io/charts
helm repo update

helm upgrade --install traefik traefik/traefik -n traefik --create-namespace -f traefik/traefik-values.yaml
kubectl -n traefik rollout status deploy/traefik

argocd

helm repo add argo https://argoproj.github.io/argo-helm
helm repo update

helm upgrade --install argo-cd argo/argo-cd -n argocd --create-namespace -f argocd/values.yml
kubectl -n argocd rollout status deploy/argocd-server

kubectl apply -f argocd/ingress.yml

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo

pulse

helm repo add pulse https://rcourtman.github.io/Pulse
helm repo update

helm upgrade --install pulse pulse/pulse -n pulse --create-namespace -f pulse/server/values.yml

kubectl apply -f pulse/server/ingress.yml
kubectl apply -f pulse/agent/agent.yml
```

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages