TO DO¶
TO DO¶
datadog
rabbitmq
airflow
minority-argorollout
minority-argocd
istiod
istio-ingress
clean folder remove old values
missing configmap
minority-api-ingress-nginx-controller
owasp-crs-config
Install fluent-bit¶
Run the Python script to fill secrets inside values.yaml
python3 Minority/Monitoring/Fluentbit/update_secrets.py dev
helm repo add fluent https://fluent.github.io/helm-charts
helm repo update
helm upgrade fluent-bit fluent/fluent-bit -n monitoring --install -f values.yaml --version 0.47.3
Datadog¶
why do we have rabbitmq password inside datadog
sed -i "s/\${RABBITMQ_USER}/$(RABBITMQ_STAGE_USER)/g; s/\${RABBITMQ_PASSWORD}/$(RABBITMQ_STAGE_PASSWORD)/g" Minority/Monitoring/DataDog/values.yaml
helm repo add datadog https://helm.datadoghq.com
helm repo update
helm upgrade datadog datadog/datadog -f Minority/Monitoring/DataDog/values.yaml --install -n kube-system --version 3.68.2