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: public_env_variables:
ALLOW_UCENTRALSEC_CHANGE: false ALLOW_UCENTRALSEC_CHANGE: false
resources: # resources:
requests: # requests:
cpu: 10m # cpu: 10m
memory: 30m # memory: 30m
limits: # limits:
cpu: 100m # cpu: 100m
memory: 100m # memory: 100m
kafka: kafka:
heapOpts: -Xmx512m -Xms512m heapOpts: -Xmx512m -Xms512m

View File

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