Skip to content

Commit

Permalink
Merge pull request #6 from hupiper/madchange
Browse files Browse the repository at this point in the history
fixed multitenant-project-template.yaml
  • Loading branch information
kevchu3 authored Nov 12, 2020
2 parents 0f6206a + 585c94b commit eccde8c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions template/multitenant-project-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ objects:
- Ingress
# Set resource quotas per project
# https://docs.openshift.com/container-platform/4.6/applications/quotas/quotas-setting-per-project.html
apiVersion: v1
kind: ResourceQuota
metadata:
name: compute
spec:
hard:
requests.cpu: 4
requests.memory: 24Gi
limits.memory: 24Gi
- apiVersion: v1
kind: ResourceQuota
metadata:
name: compute
spec:
hard:
requests.cpu: "4"
requests.memory: 24Gi
limits.memory: 24Gi
# Set limit range so that pods fit within quota
# https://docs.openshift.com/container-platform/latest/nodes/clusters/nodes-cluster-limit-ranges.html
- apiVersion: v1
Expand Down

0 comments on commit eccde8c

Please sign in to comment.