[stage-3] add custom config for kube-prometheus-stack helm chart

update readme
This commit is contained in:
2023-03-21 11:04:08 +07:00
parent 30a0e61e8a
commit 02b0b7d931
2 changed files with 3295 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -63,3 +63,23 @@ ansible-playbook -i ansible/kubespray/inventory.ini vendor/kubespray/cluster.yml
```shell
ansible-playbook -i ansible/kubectl_init kubectl_init.yml
```
### Деплой сервисов
* [kube-prometheus-stack](https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack)
```shell
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm install monitoring prometheus-community/kube-prometheus-stack -f k8s/helm/kube-prometheus-stack/values.yml
```
* [приложение](https://github.com/Dannecron/parcel-example-neko)
```shell
helm install simple-app k8s/helm/simple-app
```
или, если чарт уже задеплоен
```shell
helm upgrade simple-app k8s/helm/simple-app
```
* [atlantis](https://www.runatlantis.io)
// todo