Skip to content

Commit

Permalink
update envoy config to work with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jun 7, 2024
1 parent eff3a5e commit a6804cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions third_party/envoy-gateway/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ spec:
type: Kubernetes
kubernetes:
envoyService:
patch:
value:
metadata:
name: knative-external
name: knative-external
---
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
Expand Down
5 changes: 1 addition & 4 deletions third_party/envoy-gateway/internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ spec:
kubernetes:
envoyService:
type: ClusterIP
patch:
value:
metadata:
name: knative-internal
name: knative-internal
---
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
Expand Down

0 comments on commit a6804cc

Please sign in to comment.