Skip to content

Commit

Permalink
add notes to gateway.rollingMaxUnavailable (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejiancc authored Feb 26, 2025
1 parent 3eda7de commit 9e1792c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ gateway:
externalTrafficPolicy: ""

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

resources:
Expand Down
2 changes: 1 addition & 1 deletion helm/higress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The command removes all the Kubernetes components associated with the chart and
| gateway.resources.requests.memory | string | `"2048Mi"` | |
| gateway.revision | string | `""` | revision declares which revision this gateway is a part of |
| gateway.rollingMaxSurge | string | `"100%"` | |
| gateway.rollingMaxUnavailable | string | `"25%"` | |
| gateway.rollingMaxUnavailable | string | `"25%"` | If global.local is true, the default value is 100%, otherwise it is 25% |
| 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. |
| gateway.service.annotations | object | `{}` | |
| gateway.service.externalTrafficPolicy | string | `""` | |
Expand Down

0 comments on commit 9e1792c

Please sign in to comment.