Skip to content

Commit

Permalink
disable prometheus in gitlab helm chart (#344)
Browse files Browse the repository at this point in the history
* disable prom

* changing the tags
  • Loading branch information
sijo5722-2021 authored Sep 2, 2024
1 parent 25476a3 commit 93787d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitops/applications/base/gitlab/gitlab-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ haproxy:
## Installation & configuration of stable/prometheus
## See requirements.yaml for current version
prometheus:
install: true
install: false
rbac:
create: true
alertmanager:
Expand Down
4 changes: 2 additions & 2 deletions terraform/ccnew/default-config/cluster-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dns_provider: aws
k8s_cluster_module: base-k8s
cloud_region: eu-west-1
k8s_cluster_type: microk8s
ansible_collection_tag: vexp-cck8s38
iac_terraform_modules_tag: vexp-cck8s4
ansible_collection_tag: v5.3.9
iac_terraform_modules_tag: v5.3.9
letsencrypt_email: [email protected]
dns_zone_force_destroy: true
microk8s_dev_skip: false
Expand Down

0 comments on commit 93787d3

Please sign in to comment.