feat(crowdsec): 迁移到net命名空间下

这个提交包含在:
2024-11-25 15:27:54 +08:00
未验证
父节点 c4f6aab011
当前提交 b0768d469b
修改 4 个文件,包含 5 行新增5 行删除
+1 -1
查看文件
@@ -7,7 +7,7 @@ spec:
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
chart: loki chart: loki
targetNamespace: infra-monitor targetNamespace: infra-monitor
version: 6.18.0 version: 6.21.0
valuesContent: |- valuesContent: |-
deploymentMode: SingleBinary deploymentMode: SingleBinary
gateway: gateway:
+1 -1
查看文件
@@ -7,7 +7,7 @@ spec:
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
targetNamespace: infra-monitor targetNamespace: infra-monitor
version: 65.3.1 version: 66.2.2
valuesContent: |- valuesContent: |-
kubeControllerManager: kubeControllerManager:
enabled: false enabled: false
@@ -2,11 +2,11 @@ apiVersion: helm.cattle.io/v1
kind: HelmChart kind: HelmChart
metadata: metadata:
name: crowdsec name: crowdsec
namespace: infra-monitor namespace: infra-net
spec: spec:
repo: https://crowdsecurity.github.io/helm-charts repo: https://crowdsecurity.github.io/helm-charts
chart: crowdsec chart: crowdsec
targetNamespace: infra-monitor targetNamespace: infra-net
version: 0.13.0 version: 0.13.0
valuesContent: |- valuesContent: |-
container_runtime: containerd container_runtime: containerd
+1 -1
查看文件
@@ -115,7 +115,7 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: API_URL - 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 - name: API_KEY
value: "rgILO2mh/t+30LMvzyyMXbfHRmDfBkDDkhEflzHaoQ0" value: "rgILO2mh/t+30LMvzyyMXbfHRmDfBkDDkhEflzHaoQ0"
- name: BOUNCER_CONFIG - name: BOUNCER_CONFIG