EE: Allow one to specify resource requirements

This commit is contained in:
Yanis Guenane
2021-06-17 11:28:24 +02:00
parent 135ee98146
commit 0f4cc52e71
9 changed files with 121 additions and 4 deletions

View File

@@ -210,6 +210,28 @@ spec:
type: string
type: object
type: object
ee_resource_requirements:
description: Resource requirements for the ee container
properties:
requests:
properties:
cpu:
type: string
memory:
type: string
storage:
type: string
type: object
limits:
properties:
cpu:
type: string
memory:
type: string
storage:
type: string
type: object
type: object
service_account_annotations:
description: ServiceAccount annotations
type: string