From 2aff9bd92a2c25c1a48fcea800aad9db12c880d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Mon, 22 Apr 2024 18:23:17 +0000
Subject: [PATCH] Fix ephemeral volume - required field "resources"

---
 cesnet-central/deployments/fullhub.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index f075781..9510732 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -45,6 +45,9 @@ singleuser:
             spec:
               accessModes: [ "ReadWriteOnce" ]
               storageClassName: local-path
+              resources:
+                requests:
+                  storage: "10Gi"
     extraVolumeMounts:
       - name: cvmfs-host
         mountPath: "/cvmfs:shared"
-- 
GitLab