File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,16 @@ gateways:
28
28
labels :
29
29
app : operator-istio-gateway
30
30
istio : operator-ingressgateway
31
+ replicaCount : 1
32
+ autoscaleMin : 1
33
+ autoscaleMax : 5
34
+ resources :
35
+ requests :
36
+ cpu : 100m
37
+ memory : 128Mi
38
+ limits :
39
+ cpu : 2000m
40
+ memory : 1024Mi
31
41
type : LoadBalancer
32
42
ports :
33
43
- port : 80
@@ -56,6 +66,16 @@ gateways:
56
66
labels :
57
67
app : apis-istio-gateway
58
68
istio : apis-ingressgateway
69
+ replicaCount : 1
70
+ autoscaleMin : 1
71
+ autoscaleMax : 5
72
+ resources :
73
+ requests :
74
+ cpu : 100m
75
+ memory : 128Mi
76
+ limits :
77
+ cpu : 2000m
78
+ memory : 1024Mi
59
79
type : LoadBalancer
60
80
ports :
61
81
- port : 80
@@ -97,6 +117,16 @@ mixer:
97
117
enabled : false
98
118
telemetry :
99
119
enabled : true
120
+ replicaCount : 1
121
+ autoscaleMin : 1
122
+ autoscaleMax : 5
123
+ resources :
124
+ requests :
125
+ cpu : 1000m
126
+ memory : 1G
127
+ limits :
128
+ cpu : 4800m
129
+ memory : 4G
100
130
env :
101
131
AWS_REGION : $CORTEX_REGION
102
132
LOG_GROUP_NAME : $CORTEX_LOG_GROUP
@@ -105,6 +135,13 @@ pilot:
105
135
image : $CORTEX_IMAGE_ISTIO_PILOT
106
136
enabled : true
107
137
sidecar : false
138
+ resources :
139
+ requests :
140
+ cpu : 150m
141
+ memory : 128Mi
142
+ limits :
143
+ cpu : 2000m
144
+ memory : 2048Mi
108
145
109
146
security :
110
147
image : $CORTEX_IMAGE_ISTIO_CITADEL
@@ -129,3 +166,13 @@ global:
129
166
proxy :
130
167
autoInject : disabled
131
168
image : $CORTEX_IMAGE_ISTIO_PROXY
169
+ resources :
170
+ requests :
171
+ cpu : 100m
172
+ memory : 128Mi
173
+ limits :
174
+ cpu : 2000m
175
+ memory : 1024Mi
176
+ defaultResources :
177
+ requests :
178
+ cpu : 10m
Original file line number Diff line number Diff line change 60
60
- name : operator
61
61
image : $CORTEX_IMAGE_OPERATOR
62
62
imagePullPolicy : Always
63
+ resources :
64
+ requests :
65
+ cpu : 200m
66
+ memory : 128Mi
67
+ limits :
68
+ cpu : 2000m
69
+ memory : 1024Mi
63
70
ports :
64
71
- containerPort : 8888
65
72
env :
You can’t perform that action at this time.
0 commit comments