Skip to content

Commit

Permalink
Merge pull request #137 from openinfradev/remove-etcd-on-eks
Browse files Browse the repository at this point in the history
do not monitor etcd on eks
  • Loading branch information
intelliguy authored May 15, 2023
2 parents 30fe52b + a1fe2a9 commit 628d513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ charts:

- name: prometheus
override:
kubeEtcd.enabled: true
prometheus.prometheusSpec.storageSpec.volumeClaimTemplate.spec.storageClassName: $(storageClassName)
prometheus.prometheusSpec.storageSpec.volumeClaimTemplate.spec.resources.requests.storage: 20Gi
prometheus.prometheusSpec.retention: 2d
Expand Down
2 changes: 2 additions & 0 deletions eks-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ charts:

- name: prometheus
override:
kubeEtcd.enabled: false
prometheus.prometheusSpec.secrets: []
prometheus.prometheusSpec.storageSpec.volumeClaimTemplate.spec.storageClassName: $(storageClassName)
prometheus.prometheusSpec.storageSpec.volumeClaimTemplate.spec.resources.requests.storage: 20Gi
prometheus.prometheusSpec.retention: 2d
Expand Down

0 comments on commit 628d513

Please sign in to comment.