Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 1bc2ba5

Browse files
committed
🙅 By default, disable Prometheus and Grafana systems
1 parent 28e6e1a commit 1bc2ba5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
--set components.jupyter.enabled=true \
6262
--set components.landing.enabled=true \
6363
--set components.sonarqube.enabled=true \
64-
--set components.guacamole.enabled=true
64+
--set components.guacamole.enabled=true \
65+
--set components.prometheus.enabled=true \
66+
--set components.grafana.enabled=true
6567
6668
- name: Undeploy
6769
working-directory: ./helm

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ components:
143143
memory: "4Gi"
144144
cpu: "2"
145145
prometheus:
146-
enabled: true
146+
enabled: false
147147
resources:
148148
requests:
149149
memory: 0
@@ -152,7 +152,7 @@ components:
152152
memory: "2Gi"
153153
cpu: "1"
154154
grafana:
155-
enabled: true
155+
enabled: false
156156
dashboards:
157157
prometheus:
158158
plugin:

0 commit comments

Comments
 (0)