From 8f58614315e27d0c5633e2c9c13a318a81db22cf Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Thu, 7 Sep 2023 14:30:23 +0200 Subject: [PATCH] reenable pvc --- .../production/applications/ssh-server/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/environments/production/applications/ssh-server/values.yaml b/environments/production/applications/ssh-server/values.yaml index 67913a6c..69b7e45f 100644 --- a/environments/production/applications/ssh-server/values.yaml +++ b/environments/production/applications/ssh-server/values.yaml @@ -45,11 +45,11 @@ persistence: type: pvc existingClaim: sourcify-repository-xfs mountPath: /data/repository-xfs - #compilers: - # enabled: true - # type: pvc - # existingClaim: sourcify-compilers - # mountPath: /data/compilers + compilers: + enabled: true + type: pvc + existingClaim: sourcify-compilers + mountPath: /data/compilers ## ## Health probes