-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(base-cluster/limit-ranges): allow templating in limitranges and …
…resource quotas
- Loading branch information
1 parent
8552925
commit da46223
Showing
3 changed files
with
73 additions
and
65 deletions.
There are no files selected for viewing
59 changes: 59 additions & 0 deletions
59
charts/base-cluster/ci/limitrange-resourcequota-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
global: | ||
serviceLevelAgreement: None | ||
namespaces: | ||
main0: | ||
resources: | ||
defaults: | ||
requests: | ||
cpu: 50m | ||
memory: 100Mi | ||
limits: | ||
cpu: 500m | ||
memory: 300Mi | ||
quotas: | ||
limits.cpu: "1" | ||
limits.memory: 1Gi | ||
main1: | ||
resources: | ||
defaults: | ||
requests: | ||
cpu: 50m | ||
memory: 100Mi | ||
limits: | ||
cpu: 500m | ||
memory: 300Mi | ||
main2: | ||
resources: | ||
defaults: | ||
requests: | ||
cpu: 50m | ||
memory: 100Mi | ||
quotas: | ||
limits.cpu: "1" | ||
limits.memory: 1Gi | ||
main3: | ||
resources: | ||
defaults: | ||
requests: | ||
cpu: 50m | ||
memory: 100Mi | ||
main4: | ||
resources: | ||
defaults: | ||
limits: | ||
cpu: 500m | ||
memory: 300Mi | ||
quotas: | ||
limits.cpu: "1" | ||
limits.memory: 1Gi | ||
main5: | ||
resources: | ||
defaults: | ||
limits: | ||
cpu: 500m | ||
memory: 300Mi | ||
main6: | ||
resources: | ||
quotas: | ||
limits.cpu: "1" | ||
limits.memory: 1Gi | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters