From afbc6e4fefbf0736abda66e3d8d4bb2f3a8b6d86 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 15 Dec 2025 20:28:19 -0600 Subject: [PATCH] Increase disk size for Immich and Prometheus --- .pre-commit-config.yaml | 1 - manifests/immich/pvc.yaml | 2 +- manifests/monitoring/pvc.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f08fb00..0b21343 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,6 @@ repos: - "--assume-in-merge" - id: check-shebang-scripts-are-executable - id: check-symlinks - - id: check-yaml - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending diff --git a/manifests/immich/pvc.yaml b/manifests/immich/pvc.yaml index 76563de..6c0b7ce 100644 --- a/manifests/immich/pvc.yaml +++ b/manifests/immich/pvc.yaml @@ -8,7 +8,7 @@ spec: volumeName: immich-storage resources: requests: - storage: 250Gi + storage: 500Gi accessModes: - ReadWriteOnce --- diff --git a/manifests/monitoring/pvc.yaml b/manifests/monitoring/pvc.yaml index b409f03..6cb4382 100644 --- a/manifests/monitoring/pvc.yaml +++ b/manifests/monitoring/pvc.yaml @@ -10,4 +10,4 @@ spec: - ReadWriteMany resources: requests: - storage: "20Gi" + storage: "70Gi"