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