Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Konflux large tier pvc to 180 #1016

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading