Skip to content
Snippets Groups Projects

fix: [GONRG-6176] Decrease ISTIO requests and limits

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