23 行
554 B
YAML
23 行
554 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: crowdsec
|
|
namespace: infra-monitor
|
|
spec:
|
|
repo: https://crowdsecurity.github.io/helm-charts
|
|
chart: crowdsec
|
|
targetNamespace: infra-monitor
|
|
valuesContent: |-
|
|
container_runtime: containerd
|
|
image:
|
|
tag: v1.6.1
|
|
config:
|
|
config.yaml.local: |
|
|
db_config:
|
|
type: postgresql
|
|
user: rohow
|
|
password: L#GRtTR2QuL@20pm6+c~
|
|
db_name: crowdsec
|
|
host: postgresql-ha-pgpool.infra-data
|
|
port: 5432
|
|
|