Skip to content

Commit

Permalink
update quotas for storage, pods, services
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Aug 16, 2023
1 parent dc48828 commit 1a72f67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions controllers/uffizzicluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,19 +349,19 @@ func (r *UffizziClusterReconciler) upsertVClusterHelmRelease(update bool, ctx co
Quota: VClusterResourceQuotaDefiniton{
RequestsCpu: "2.5",
RequestsMemory: "10Gi",
RequestsEphemeralStorage: "60Gi",
RequestsStorage: "100Gi",
RequestsEphemeralStorage: "15Gi",
RequestsStorage: "10Gi",
LimitsCpu: "2.5",
LimitsMemory: "10Gi",
LimitsEphemeralStorage: "160Gi",
LimitsEphemeralStorage: "15Gi",
ServicesLoadbalancers: 1,
ServicesNodePorts: 0,
CountEndpoints: 40,
CountConfigmaps: 100,
CountPersistentVolumeClaims: 20,
CountPods: 20,
CountPersistentVolumeClaims: 40,
CountPods: 40,
CountSecrets: 100,
CountServices: 20,
CountServices: 40,
},
},
LimitRange: VClusterLimitRange{
Expand Down

0 comments on commit 1a72f67

Please sign in to comment.