Disable limit for owprov-ui for now

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2021-10-29 17:44:15 +03:00
parent 16aa40cadc
commit 87cc2a0bc0
2 changed files with 14 additions and 14 deletions

View File

@@ -280,13 +280,13 @@ owprovui:
public_env_variables:
ALLOW_UCENTRALSEC_CHANGE: false
resources:
requests:
cpu: 10m
memory: 30m
limits:
cpu: 100m
memory: 100m
# resources:
# requests:
# cpu: 10m
# memory: 30m
# limits:
# cpu: 100m
# memory: 100m
kafka:
heapOpts: -Xmx512m -Xms512m

View File

@@ -267,13 +267,13 @@ owprovui:
public_env_variables:
ALLOW_UCENTRALSEC_CHANGE: false
resources:
requests:
cpu: 10m
memory: 30m
limits:
cpu: 100m
memory: 100m
# resources:
# requests:
# cpu: 10m
# memory: 30m
# limits:
# cpu: 100m
# memory: 100m
kafka:
heapOpts: -Xmx512m -Xms512m