update es

This commit is contained in:
2022-03-03 16:39:30 +11:00
parent 048c66abc8
commit f86d8b1baa
3 changed files with 24 additions and 7 deletions
+8 -1
View File
@@ -185,7 +185,8 @@ k apply -f es.yaml
# fluent bit
helm repo add fluent https://fluent.github.io/helm-charts
helm upgrade --install fluent-bit fluent/fluent-bit -f fluentbit-values.yaml
helm upgrade --install fluent-bit fluent/fluent-bit -f fluentbit-values.yaml -n es
# code server https://code.junv.me
@@ -212,3 +213,9 @@ db.createUser(
# crawlab
k apply -f crawlab.yaml -n crawlab
# secuirty
kubectl create namespace security
kubectl apply -f https://raw.githubusercontent.com/aquasecurity/kube-bench/main/job.yaml -n security