mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 00:45:18 +00:00
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:
parent
1ab5b8a394
commit
a5a2ca5575
@ -5,7 +5,7 @@ elk:
|
||||
prometheus:
|
||||
enabled: false
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
ip: 'someip'
|
||||
|
||||
services:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user