Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Nov 13, 2022
1 parent 65330f5 commit 9ee82f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions grpc-web-gateway/templates/grpc-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ spec:
- name: {{ .Values.grpcWeb.gateway.name }}
namespace: {{ .Release.Namespace }}
sectionName: {{ .Values.grpcWeb.gateway.httpListener.name }}
hostnames:
- grpc-helloworld.default.svc.cluster.local
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: grpc-ping-deployment
namespace: default
- name: kourier-internal
namespace: knative-serving
port: 80

0 comments on commit 9ee82f2

Please sign in to comment.