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
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
203
203
|`service.ipDualStack.enabled`| enable IPv4/IPv6 dual-stack for the service |`false`|
204
204
|`service.ipDualStack.ipFamilies`| ip families for the service if IPv4/IPv6 dual-stack is enabled |`["IPv6", "IPv4"]`|
205
205
|`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)|`""`|
206
207
|`serviceAccount.enabled`| create a service account |`true`|
207
208
|`serviceAccount.name`| the service account name | `` |
208
209
|`serviceAccount.annotations`| (optional) annotations for the service account |`{}`|
0 commit comments