fix(k01): shrink postgres redis kafka memory requests
build-and-push-harbor / docker-build-push (push) Waiting to run
build-and-push-harbor / docker-build-push (push) Waiting to run
This commit is contained in:
@@ -15,8 +15,8 @@ spec:
|
||||
deleteClaim: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
cpu: 30m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 768Mi
|
||||
jvmOptions:
|
||||
@@ -41,8 +41,8 @@ spec:
|
||||
deleteClaim: false
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 384Mi
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 1536Mi
|
||||
jvmOptions:
|
||||
@@ -77,15 +77,15 @@ spec:
|
||||
topicOperator:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
memory: 120Mi
|
||||
cpu: 20m
|
||||
memory: 80Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
userOperator:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 30m
|
||||
memory: 120Mi
|
||||
cpu: 20m
|
||||
memory: 80Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user