🎉 initial commit

This commit is contained in:
Laurent Drogou
2022-04-06 15:33:57 +02:00
commit 968716ec76
29 changed files with 846 additions and 0 deletions

9
add-all-service-helm.sh Executable file
View File

@@ -0,0 +1,9 @@
kubectl apply -f namespaces-create.yaml
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.yaml
kubectl apply -f service-postgres.yaml
kubectl apply -f service-mongodb.yaml
kubectl apply -f service-sourcegraph.yaml
kubectl apply -f ingress-sourcegraph.yaml
kubectl apply -f helm-vault-server.yaml
kubectl apply -f ingress-vault.yaml
kubectl apply -f helm-graviteeio-server.yaml