From 2b96979040ff621bab499c9468ec85836f7c3345 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sat, 11 Oct 2025 11:37:32 +0200 Subject: [PATCH] added proto and storageRequest --- helm/templates/php-fpm/pvc-site.yaml | 1 + helm/values-kind-configs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm/templates/php-fpm/pvc-site.yaml b/helm/templates/php-fpm/pvc-site.yaml index 70fc468..52b0657 100644 --- a/helm/templates/php-fpm/pvc-site.yaml +++ b/helm/templates/php-fpm/pvc-site.yaml @@ -14,3 +14,4 @@ spec: storageClassName: {{ required ".Values.common.pvc.storageClassName entry is required!" .Values.common.pvc.storageClassName }} resources: requests: + storage: {{ required ".Values.site.persistentVolumeClaim.storageRequest entry is required!" .Values.site.persistentVolumeClaim.storageRequest }} diff --git a/helm/values-kind-configs.yaml b/helm/values-kind-configs.yaml index 55d8a72..9f6b428 100644 --- a/helm/values-kind-configs.yaml +++ b/helm/values-kind-configs.yaml @@ -60,6 +60,7 @@ site: tls: enabled: false host: wwwgmokind.gmolab.net + proto: http urlPma: wwwgmokind-pma.gmolab.net urlKibana: wwwgmokind-kibana.gmolab.net replicas: 1