monitoring cicd
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
# Promtail
|
||||
|
||||
``` bash
|
||||
kubectl get namespace monitoring || kubectl create namespace monitoring
|
||||
|
||||
# add repo
|
||||
helm repo add grafana https://grafana.github.io/helm-charts
|
||||
# Install & Upgrade
|
||||
helm upgrade --install promtail grafana/promtail --namespace monitoring \
|
||||
--values=./values.yaml \
|
||||
--values=./values.local.yaml
|
||||
```
|
||||
Reference in New Issue
Block a user