Skip to content

Commit d7ea3e7

Browse files
committed
docs: Update trafficDistribution field
1 parent b62b564 commit d7ea3e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
203203
| `service.ipDualStack.enabled` | enable IPv4/IPv6 dual-stack for the service | `false` |
204204
| `service.ipDualStack.ipFamilies` | ip families for the service if IPv4/IPv6 dual-stack is enabled | `["IPv6", "IPv4"]` |
205205
| `service.ipDualStack.ipFamilyPolicy` | ip family policy for the service if IPv4/IPv6 dual-stack is enabled | `"PreferDualStack"` |
206+
| `service.trafficDistribution` | traffic distribution policy for the service. See [Kubernetes docs](https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution) | `""` |
206207
| `serviceAccount.enabled` | create a service account | `true` |
207208
| `serviceAccount.name` | the service account name | `` |
208209
| `serviceAccount.annotations` | (optional) annotations for the service account | `{}` |

0 commit comments

Comments
 (0)