File tree 2 files changed +12
-19
lines changed
2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,20 @@ environments:
276
276
enabled : true
277
277
minReplicas : 2
278
278
maxReplicas : 10
279
+ service :
280
+ annotations : {}
279
281
tracing :
280
282
enabled : false
281
283
samplingRatio : " 0.01"
284
+ maxBodySize : 1024m
285
+ maxBodySizeBytes : 1073741824
286
+ resources :
287
+ requests :
288
+ cpu : 200m
289
+ memory : 512Mi
290
+ limits :
291
+ cpu : 2
292
+ memory : 2Gi
282
293
_rawValues : {}
283
294
istio :
284
295
tracing :
Original file line number Diff line number Diff line change @@ -29,18 +29,7 @@ controller:
29
29
patch:
30
30
priorityClassName: otomi-critical
31
31
useComponentLabel: true
32
- # set fixed allocation with limits same as requests
33
- resources:
34
- {{- if (hasKey $n "resources") }}
35
- {{- $n.resources | toYaml | nindent 4 }}
36
- {{- else }}
37
- limits:
38
- cpu: 2
39
- memory: 1.5Gi
40
- requests:
41
- cpu: 200m
42
- memory: 512Mi
43
- {{- end }}
32
+ resources: {{- $n.resources | toYaml | nindent 4 }}
44
33
podAnnotations:
45
34
policy.otomi.io/ignore: psp-privileged
46
35
opentelemetry:
@@ -154,13 +143,6 @@ defaultBackend:
154
143
requests:
155
144
cpu: 10m
156
145
memory: 10Mi
157
-
158
- # podAnnotations:
159
- # sidecar.istio.io/inject: "false"
160
- {{- if eq $v.cluster.provider "azure" }}
161
- nodeSelector:
162
- beta.kubernetes.io/os: linux
163
- {{- end }}
164
146
service:
165
147
omitClusterIP: true
166
148
rbac:
You can’t perform that action at this time.
0 commit comments