Skip to content

Commit

Permalink
Drop misconfigured PDB for prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Oct 24, 2023
1 parent 26950f8 commit f9c16f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ resources:
- prometheus-clusterRole.yaml
- prometheus-clusterRoleBinding.yaml
- prometheus-networkPolicy.yaml
- prometheus-podDisruptionBudget.yaml
- prometheus-prometheus.yaml
- prometheus-prometheusRule.yaml
- prometheus-roleBindingConfig.yaml
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions webhosting-operator/config/monitoring/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ rm -rf setup
rm alertmanager-*.yaml
# this will override metrics-server APIService (conflicts with gardener-resource-manager), drop it
rm prometheusAdapter-apiService.yaml
# PDB with minAvailable=1 for a single-replica StatefulSet blocks rolling node upgrades forever
rm prometheus-podDisruptionBudget.yaml

cat <<EOF > README.md
The manifests in this directory were downloaded from
Expand Down

0 comments on commit f9c16f3

Please sign in to comment.