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