- Added limits for the server container spec;

This commit is contained in:
Filipe Souza
2024-01-25 01:30:21 -03:00
parent 3f00d4ad0d
commit a8e466d9dd
3 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,14 @@ server:
annotations: { }
# -- Additional labels to the resources
labels: { }
# -- (dict) Resources limits for the container.
resources:
limits:
cpu: 4
memory: "12Gi"
requests:
cpu: 4
memory: "8Gi"
# -- (dict) Define some parameters for the storage volume
storage:
# -- (bool) Define if it will use an existing PVC containing the installation data.