Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Reasoner <[email protected]>
  • Loading branch information
gjreasoner authored Nov 15, 2024
1 parent 0b23a81 commit 5b0d6b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http-add-on/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ interceptor:
tlsHandshakeTimeout: 10s
# -- Special handling for responses with "Expect: 100-continue" response headers. see https://pkg.go.dev/net/http#Transport under the 'ExpectContinueTimeout' field for more details
expectContinueTimeout: 1s
# -- Header-based routing enables you to target a different service for each request by specifying an HTTP header in the HTTP request, e.g. 'additionalHttpRoutingHeader: X-Service-Name' and in the request 'X-Service-Name: service-a'
additionalHttpRoutingHeader: ""
# -- Node selector for pod scheduling ([docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/))
nodeSelector: {}
# -- Tolerations for pod scheduling ([docs](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/))
Expand Down

0 comments on commit 5b0d6b4

Please sign in to comment.