commit 4d2dfcfa26222d415b10336837bc9efc0bedb831 parent b25b7bf511f2129567e5ca8f1d8fdd4d0a314b0d Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 11 May 2025 15:10:55 +0200 Disable descheduler again Diffstat:
| M | infrastructure/controllers/kustomization.yaml | | | 2 | +- |
| M | infrastructure/controllers/rook.yaml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - image-updater.yaml - - descheduler.yaml + #- descheduler.yaml - cert-manager.yaml - capacitor.yaml - rook.yaml diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml @@ -134,7 +134,7 @@ spec: storageClassName: hcloud-volumes resources: requests: - storage: 130Gi + storage: 110Gi volumeMode: Block accessModes: - ReadWriteOnce