diff --git a/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml b/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml index 533c3f144..dcd4f4927 100644 --- a/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml +++ b/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml @@ -66,7 +66,7 @@ objects: limits.ephemeral-storage: 50Gi requests.storage: 200Gi requests.ephemeral-storage: 50Gi - count/persistentvolumeclaims: "90" + count/persistentvolumeclaims: "${COUNT_PVC}" - apiVersion: v1 kind: ResourceQuota metadata: @@ -285,3 +285,5 @@ parameters: value: "128Gi" - name: MEMORY_BUILD_REQUEST value: "64Gi" +- name: COUNT_PVC + value: "90" diff --git a/deploy/templates/nstemplatetiers/appstudiolarge/based_on_tier.yaml b/deploy/templates/nstemplatetiers/appstudiolarge/based_on_tier.yaml index 9b4fe7730..00f2bd62c 100644 --- a/deploy/templates/nstemplatetiers/appstudiolarge/based_on_tier.yaml +++ b/deploy/templates/nstemplatetiers/appstudiolarge/based_on_tier.yaml @@ -20,3 +20,5 @@ parameters: value: "512Gi" - name: MEMORY_BUILD_REQUEST value: "128Gi" +- name: COUNT_PVC + value: "180"