Skip to content

Commit 9e1792c

Browse files
authored
add notes to gateway.rollingMaxUnavailable (#1819)
1 parent 3eda7de commit 9e1792c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm/core/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ gateway:
488488
externalTrafficPolicy: ""
489489

490490
rollingMaxSurge: 100%
491+
# -- If global.local is true, the default value is 100%, otherwise it is 25%
491492
rollingMaxUnavailable: 25%
492493

493494
resources:

helm/higress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The command removes all the Kubernetes components associated with the chart and
128128
| gateway.resources.requests.memory | string | `"2048Mi"` | |
129129
| gateway.revision | string | `""` | revision declares which revision this gateway is a part of |
130130
| gateway.rollingMaxSurge | string | `"100%"` | |
131-
| gateway.rollingMaxUnavailable | string | `"25%"` | |
131+
| gateway.rollingMaxUnavailable | string | `"25%"` | If global.local is true, the default value is 100%, otherwise it is 25% |
132132
| gateway.securityContext | string | `nil` | Define the security context for the pod. If unset, this will be automatically set to the minimum privileges required to bind to port 80 and 443. On Kubernetes 1.22+, this only requires the `net.ipv4.ip_unprivileged_port_start` sysctl. |
133133
| gateway.service.annotations | object | `{}` | |
134134
| gateway.service.externalTrafficPolicy | string | `""` | |

0 commit comments

Comments
 (0)