-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(knative): add net-istio (#1526)
* feat(knative): add net-istio * chore: bump Knative Serving to "v1.15.2" * feat(knative): bump chart version * fix: new reloader doesn't come with labels
- Loading branch information
1 parent
fc67ff6
commit ff23c29
Showing
7 changed files
with
536 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
staging/knative/charts/serving/templates/knative-ingress-gateway.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
# This is the shared Gateway for all Knative routes to use. | ||
apiVersion: networking.istio.io/v1beta1 | ||
kind: Gateway | ||
metadata: | ||
name: knative-ingress-gateway | ||
namespace: knative-serving | ||
labels: | ||
app.kubernetes.io/component: net-istio | ||
app.kubernetes.io/name: knative-serving | ||
networking.knative.dev/ingress-provider: istio | ||
spec: | ||
{{- toYaml .Values.knativeIngressGateway.spec | nindent 2 }} | ||
|
Oops, something went wrong.