mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
update es
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user