Shachar Borenstein
2018-09-10 2c452393327f9d10d7f10eb21eb1878ad3238d4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
apiVersion: v1
kind: LimitRange
metadata:
  name: {{ocp_constraints_project}}-core-resource-limits
  namespace: {{ocp_constraints_project}}
spec:
  limits:
  - default:
      cpu: 1
      memory: 100Mi
    defaultRequest:
      cpu: 100m
      memory: 50Mi
    max:
      memory: 350Mi
    min:
      memory: 4Mi
    type: Container
  - max:
      cpu: 5
      memory: 350Mi
    min:
      cpu: 50m
      memory: 6Mi
    type: Pod