helm repo add traefik https://traefik.github.io/charts helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update
kubectl apply -f artifacts/keysaas-crd-deployment.yaml
kubectl create namespace customer2
kubectl apply -f artifacts/postgresql.yaml
curl -sL https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.69.0/bundle.yaml | kubectl create -f - kubectl apply -f artifacts/prometheus/prometheus.yaml
kubectl apply -f artifacts/metrics-server/components.yaml --kubelet-insecure-tls
helm install traefik traefik/traefik -f artifacts/traefik/values.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.3/cert-manager.yaml kubectl apply -f artifacts/cert-manager/clusterissuer.yaml
kubectl apply -f artifacts/rbac-web/keysaasrole.yaml
kubectl apply -f artifacts/keysaastest.yaml
./build-local-deploy-artifacts.sh
./test.sh
welp somehow you can't use axios to connect to other pods with cacert, request works well