You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ENVOY_IMAGE |`envoyproxy/envoy-alpine:v1.16.5`| Name of the Envoy Proxy image to use |
183
+
| TAINT_TOLERATION_KEY | Empty, no tolerations applied | Toleration key to apply to gateway pods |
184
+
| TAINT_TOLERATION_VALUE | Empty, no tolerations applied | Toleration value to apply to gateway pods |
185
+
| NODE_SELECTOR_KEY | Empty, no node selector added | Node selector label key to apply to gateway pods |
186
+
| NODE_SELECTOR_VALUE | Empty, no node selector added | Node selector label value to apply to gateway pods |
187
+
| ROLLING_UPDATE_MAX_UNAVAILABLE | 25% | Rolling Update max unavailable to apply to gateway pods |
188
+
| ROLLING_UPDATE_MAX_SURGE | 25% | Rolling Update max surge to apply to gateway pods |
189
+
| PRE_STOP_SLEEP_SECONDS | 25 | Number of seconds to wait before sending shutdown signal to gateway pods. `terminationGracePeriodSeconds` will be set to this value increased by 5s |
0 commit comments