Skip to content

Commit

Permalink
Increase Konflux large tier pvc to 180 (#1016)
Browse files Browse the repository at this point in the history
KFLUXBUGS-1235

Signed-off-by: Hugo Arès <[email protected]>
Co-authored-by: Alexey Kazakov <[email protected]>
  • Loading branch information
hugares and alexeykazakov authored Apr 25, 2024
1 parent d1e027d commit 76b358d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -285,3 +285,5 @@ parameters:
value: "128Gi"
- name: MEMORY_BUILD_REQUEST
value: "64Gi"
- name: COUNT_PVC
value: "90"
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ parameters:
value: "512Gi"
- name: MEMORY_BUILD_REQUEST
value: "128Gi"
- name: COUNT_PVC
value: "180"

0 comments on commit 76b358d

Please sign in to comment.