add monitoring
This commit is contained in:
@@ -13,6 +13,7 @@ on:
|
|||||||
- keycloak
|
- keycloak
|
||||||
- keycloak-db
|
- keycloak-db
|
||||||
- nginx
|
- nginx
|
||||||
|
- monitoring
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@@ -73,3 +74,14 @@ jobs:
|
|||||||
--create-namespace \
|
--create-namespace \
|
||||||
--values helm/keycloak/values.yaml \
|
--values helm/keycloak/values.yaml \
|
||||||
--wait
|
--wait
|
||||||
|
|
||||||
|
- name: Deploy Monitoring
|
||||||
|
if: ${{ inputs.service == 'all' || inputs.service == 'monitoring' }}
|
||||||
|
run: |
|
||||||
|
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||||
|
helm repo update
|
||||||
|
helm upgrade --install monitoring prometheus-community/kube-prometheus-stack \
|
||||||
|
--namespace monitoring \
|
||||||
|
--create-namespace \
|
||||||
|
--values helm/monitoring/values.yaml \
|
||||||
|
--wait
|
||||||
|
|||||||
Reference in New Issue
Block a user