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