Skip to content

Commit

Permalink
Merge pull request #4806 from sgibson91/bump-prom-disk-size
Browse files Browse the repository at this point in the history
Bump size of prometheus PV on clusters that had 10% or less disk space
  • Loading branch information
sgibson91 authored Sep 16, 2024
2 parents a01cce0 + 65dbad0 commit 9cd5987
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/clusters/earthscope/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ redirects:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/jupyter-health/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ prometheusIngressAuthSecret:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/kitware/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ prometheusIngressAuthSecret:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/nasa-esdis/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ prometheusIngressAuthSecret:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/nmfs-openscapes/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ prometheusIngressAuthSecret:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/pchub/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ prometheusIngressAuthSecret:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/projectpythia/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ prometheusIngressAuthSecret:

prometheus:
server:
# Size increased as part of https://github.com/2i2c-org/infrastructure/issues/4632
persistentVolume:
size: 500Gi
ingress:
enabled: true
hosts:
Expand Down

0 comments on commit 9cd5987

Please sign in to comment.