|
@@ -70,6 +70,22 @@
|
|
|
regexp: 'memory: 40Mi'
|
|
|
replace: 'memory: 256Mi'
|
|
|
|
|
|
+- name: Modify memory request for istio-engressgateway-service-account
|
|
|
+ replace:
|
|
|
+ path: "{{ istio_noauth_yaml_file_path }}"
|
|
|
+ after: 'serviceAccountName: istio-egressgateway-service-account'
|
|
|
+ before: '---'
|
|
|
+ regexp: 'memory: 128Mi'
|
|
|
+ replace: 'memory: 256Mi'
|
|
|
+
|
|
|
+- name: Modify memory request for istio-engressgateway-service-account
|
|
|
+ replace:
|
|
|
+ path: "{{ istio_noauth_yaml_file_path }}"
|
|
|
+ after: 'serviceAccountName: istio-egressgateway-service-account'
|
|
|
+ before: '---'
|
|
|
+ regexp: 'memory: 40Mi'
|
|
|
+ replace: 'memory: 128Mi'
|
|
|
+
|
|
|
- name: Modify CPU limit for kfserving-gateway
|
|
|
replace:
|
|
|
path: "{{ kfserving_gateway_yaml_file_path }}"
|