Removed vault-init from tools, disable ingress controller by default (#196)

Co-authored-by: i.panteleev <i.panteleev@rbk.money>
This commit is contained in:
Ivan Panteleev 2021-08-02 12:00:20 +03:00 committed by GitHub
parent 1ab5b8a394
commit a5a2ca5575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ elk:
prometheus:
enabled: false
ingress:
enabled: true
enabled: false
ip: 'someip'
services:

View File

@ -6,4 +6,3 @@ minikube delete &&
helm repo remove stable incubator bitnami hashicorp codecentric prometheus-community cilium rbkmoney || echo "helm repos already deleted" &&
minikube start --addons="ingress" --network-plugin="cni" --extra-config="kubelet.network-plugin=cni" &&
minikube ssh -- sudo mount bpffs -t bpf /sys/fs/bpf &&
kubectl apply -f config/vault/init-cm.yaml

View File

@ -6,4 +6,3 @@ helmfile delete \
&& minikube ssh -- sudo rm -rf /tmp/hostpath-provisioner/default \
&& kubectl delete mutatingwebhookconfigurations,validatingwebhookconfigurations prometheus-prometheus-oper-admission || echo "prometheus webhooks already deleted" \
&& kubectl delete ns monitoring elastic-system || echo "namespaces not found" \
&& kubectl apply -f config/vault/init-cm.yaml