Skip to content

Commit 97aba79

Browse files
Update README.md
1 parent caf711a commit 97aba79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/oauth2-proxy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ The following table lists the configurable parameters of the oauth2-proxy chart
188188
| `revisionHistoryLimit` | maximum number of revisions maintained | 10 |
189189
| `service.portNumber` | port number for the service | `80` |
190190
| `service.appProtocol` | application protocol on the port of the service | `http` |
191+
| `service.externalTrafficPolicy` | denotes if the service desires to route external traffic to node-local or cluster-wide endpoints | `Cluster` |
192+
| `service.internalTrafficPolicy` | denotes if the service desires to route internal traffic to node-local or cluster-wide endpoints | `Cluster` |
191193
| `service.type` | type of service | `ClusterIP` |
192194
| `service.clusterIP` | cluster ip address | `nil` |
193195
| `service.loadBalancerIP` | ip of load balancer | `nil` |

0 commit comments

Comments
 (0)