Skip to content

Commit

Permalink
feat(knative): add net-istio (#1526)
Browse files Browse the repository at this point in the history
* 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
mhrabovcin authored Nov 20, 2024
1 parent fc67ff6 commit ff23c29
Show file tree
Hide file tree
Showing 7 changed files with 536 additions and 78 deletions.
2 changes: 1 addition & 1 deletion staging/knative/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: knative
version: 1.15.3
version: 1.15.4
description: "Kubernetes-based platform to build, deploy, and manage modern serverless workloads"
home: https://knative.dev/
maintainers:
Expand Down
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 }}

Loading

0 comments on commit ff23c29

Please sign in to comment.