cmoa_installer_ansible_v2
This commit is contained in:
@@ -52,8 +52,8 @@ spec:
|
||||
cpu: 250m
|
||||
memory: 180Mi
|
||||
requests:
|
||||
cpu: 102m
|
||||
memory: 180Mi
|
||||
cpu: 125m
|
||||
memory: 90Mi
|
||||
ports:
|
||||
- containerPort: 9100
|
||||
hostPort: 9100
|
||||
|
||||
@@ -60,10 +60,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 16000Mi #32000Mi
|
||||
memory: 8000Mi
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 16000Mi #32000Mi
|
||||
memory: 16000Mi
|
||||
securityContext:
|
||||
privileged: true
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -69,8 +69,8 @@ spec:
|
||||
image: {{ .Values.global.IMXC_IN_REGISTRY }}/kafka:{{ .Values.global.KAFKA_VERSION }}
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 6000Mi
|
||||
cpu: 250m
|
||||
memory: 5000Mi
|
||||
limits:
|
||||
# This limit was intentionally set low as a reminder that
|
||||
# the entire Yolean/kubernetes-kafka is meant to be tweaked
|
||||
|
||||
@@ -24,8 +24,8 @@ spec:
|
||||
image: {{ .Values.global.IMXC_IN_REGISTRY }}/postgres:{{ .Values.global.POSTGRES_VERSION }}
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 2000Mi
|
||||
cpu: 150m
|
||||
memory: 1000Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 2000Mi
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
memory: 250Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 500Mi
|
||||
|
||||
Reference in New Issue
Block a user