Allow ability to define requests and limits for ephemeral storage. (#1466)

This commit is contained in:
rakesh561
2023-06-29 23:24:52 -04:00
committed by GitHub
parent 3afe1df555
commit d61a01321f
2 changed files with 30 additions and 0 deletions

View File

@@ -716,23 +716,29 @@ spec:
requests:
cpu: 250m
memory: 2Gi
ephemeral-storage: 100M
limits:
cpu: 1000m
memory: 4Gi
ephemeral-storage: 500M
task_resource_requirements:
requests:
cpu: 250m
memory: 1Gi
ephemeral-storage: 100M
limits:
cpu: 2000m
memory: 2Gi
ephemeral-storage: 500M
ee_resource_requirements:
requests:
cpu: 250m
memory: 100Mi
ephemeral-storage: 100M
limits:
cpu: 500m
memory: 2Gi
ephemeral-storage: 500M
```
#### Priority Classes

View File

@@ -1368,6 +1368,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
limits:
properties:
@@ -1377,6 +1379,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
type: object
web_resource_requirements:
@@ -1390,6 +1394,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
limits:
properties:
@@ -1399,6 +1405,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
type: object
ee_resource_requirements:
@@ -1412,6 +1420,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
limits:
properties:
@@ -1421,6 +1431,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
type: object
postgres_init_container_resource_requirements:
@@ -1456,6 +1468,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
limits:
properties:
@@ -1465,6 +1479,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
type: object
rsyslog_resource_requirements:
@@ -1478,6 +1494,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
limits:
properties:
@@ -1487,6 +1505,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
type: object
init_container_resource_requirements:
@@ -1500,6 +1520,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
limits:
properties:
@@ -1509,6 +1531,8 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
type: string
type: object
type: object
service_account_annotations: