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/traefikargocd
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; echopulse
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
```