Skip to content
Snippets Groups Projects

[GONRG-6178] Decrease ISTIO requests and limits

Merged Oleksandr Kosse (EPAM) requested to merge okosse into master
3 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -16,6 +16,10 @@ spec:
app: {{ printf "%s-bootstrap" .Values.conf.appName | quote }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
sidecar.istio.io/proxyCPU: {{ .Values.istio.bootstrapProxyCPU | quote }}
sidecar.istio.io/proxyMemory: {{ .Values.istio.proxyMemory | quote }}
sidecar.istio.io/proxyCPULimit: {{ .Values.istio.bootstrapProxyCPULimit | quote }}
sidecar.istio.io/proxyMemoryLimit: {{ .Values.istio.proxyMemoryLimit | quote }}
spec:
containers:
- name: {{ printf "%s-bootstrap" .Values.conf.appName | quote }}
Loading