From b0768d469b042c5d75b113a1331e197b4c0d410f Mon Sep 17 00:00:00 2001 From: rohow Date: Mon, 25 Nov 2024 15:27:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(crowdsec):=20=E8=BF=81=E7=A7=BB=E5=88=B0ne?= =?UTF-8?q?t=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/infra/monitor/loki/helmchart-loki.yaml | 2 +- apps/infra/monitor/prometheus/helmchart.yaml | 2 +- apps/infra/{monitor => net}/crowdsec/helmchart.yaml | 4 ++-- apps/infra/net/nginx/helmchart.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename apps/infra/{monitor => net}/crowdsec/helmchart.yaml (99%) diff --git a/apps/infra/monitor/loki/helmchart-loki.yaml b/apps/infra/monitor/loki/helmchart-loki.yaml index a98373e..05a91ea 100644 --- a/apps/infra/monitor/loki/helmchart-loki.yaml +++ b/apps/infra/monitor/loki/helmchart-loki.yaml @@ -7,7 +7,7 @@ spec: repo: https://grafana.github.io/helm-charts chart: loki targetNamespace: infra-monitor - version: 6.18.0 + version: 6.21.0 valuesContent: |- deploymentMode: SingleBinary gateway: diff --git a/apps/infra/monitor/prometheus/helmchart.yaml b/apps/infra/monitor/prometheus/helmchart.yaml index cf414ab..562c576 100644 --- a/apps/infra/monitor/prometheus/helmchart.yaml +++ b/apps/infra/monitor/prometheus/helmchart.yaml @@ -7,7 +7,7 @@ spec: repo: https://prometheus-community.github.io/helm-charts chart: kube-prometheus-stack targetNamespace: infra-monitor - version: 65.3.1 + version: 66.2.2 valuesContent: |- kubeControllerManager: enabled: false diff --git a/apps/infra/monitor/crowdsec/helmchart.yaml b/apps/infra/net/crowdsec/helmchart.yaml similarity index 99% rename from apps/infra/monitor/crowdsec/helmchart.yaml rename to apps/infra/net/crowdsec/helmchart.yaml index b9e01b8..227e765 100644 --- a/apps/infra/monitor/crowdsec/helmchart.yaml +++ b/apps/infra/net/crowdsec/helmchart.yaml @@ -2,11 +2,11 @@ apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: crowdsec - namespace: infra-monitor + namespace: infra-net spec: repo: https://crowdsecurity.github.io/helm-charts chart: crowdsec - targetNamespace: infra-monitor + targetNamespace: infra-net version: 0.13.0 valuesContent: |- container_runtime: containerd diff --git a/apps/infra/net/nginx/helmchart.yaml b/apps/infra/net/nginx/helmchart.yaml index 4fa7c6c..b78aa44 100644 --- a/apps/infra/net/nginx/helmchart.yaml +++ b/apps/infra/net/nginx/helmchart.yaml @@ -115,7 +115,7 @@ spec: imagePullPolicy: IfNotPresent env: - name: API_URL - value: "http://crowdsec-service.infra-monitor.svc.cluster.local:8080" + value: "http://crowdsec-service.infra-net.svc.cluster.local:8080" - name: API_KEY value: "rgILO2mh/t+30LMvzyyMXbfHRmDfBkDDkhEflzHaoQ0" - name: BOUNCER_CONFIG