Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/openbao/templates/server-httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
rules:
- backendRefs:
- kind: Service
group: gateway.networking.k8s.io
name: {{ $serviceName }}
port: {{ $servicePort }}
matches:
Expand Down
5 changes: 3 additions & 2 deletions charts/openbao/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ server:
# external-dns.alpha.kubernetes.io/hostname: chart-example.local

hosts:
- chart-example.local
- chart-example.local

# Allows overriding the HTTPRoute apiVersion in case a different version of Gateway API is installed on the cluster.
apiVersion: gateway.networking.k8s.io/v1
Expand All @@ -513,14 +513,15 @@ server:
# this should be set to at least one gateway with one or more HTTP listeners
parentRefs: []
# - name: my-gw
# group: gateway.networking.k8s.io
# namespace: gateway-namespace
# # sectionName is optional to fix to a specific listener
# sectionName: listener-name

matches:
path:
type: PathPrefix
value: '/'
value: "/"
timeouts: {}
# request: 10s #Maximum time the Gateway waits to complete the full client request and response cycle.
# backendRequest: 10s # Maximum time the Gateway waits for a response from the backend service.
Expand Down