We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866e31c commit 945521bCopy full SHA for 945521b
1 file changed
deploy/base1ns-gotemplate/ns_dev.yaml
@@ -121,6 +121,14 @@ spec:
121
limits.ephemeral-storage: '{{.EPHEMERAL_STORAGE_LIMIT}}'
122
requests.ephemeral-storage: '{{.EPHEMERAL_STORAGE_REQUEST}}'
123
requests.storage: '{{.STORAGE_REQUEST}}'
124
+ - apiVersion: v1
125
+ kind: ResourceQuota
126
+ metadata:
127
+ name: compute-spacerequests
128
+ namespace: '{{.SPACE_NAME}}-dev'
129
+ spec:
130
+ hard:
131
+ count/spacerequests.toolchain.dev.openshift.com: "1"
132
- apiVersion: v1
133
kind: LimitRange
134
metadata:
0 commit comments