Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add triggermesh as infra #878

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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: 0 additions & 1 deletion apps/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ resources:
- boskos
- git-cdn
- tibuild
- triggermesh
- dl
1 change: 1 addition & 0 deletions infrastructure/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ resources:
- rook-ceph
- nfs-pvc-provisioner
- secret-generator
- triggermesh
13 changes: 13 additions & 0 deletions infrastructure/prod/triggermesh/knative/knative-serving.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

apiVersion: operator.knative.dev/v1beta1
kind: KnativeServing
metadata:
name: knative-serving
namespace: knative
spec:
ingress:
kourier:
enabled: true
config:
network:
ingress-class: "kourier.ingress.networking.knative.dev"
5 changes: 5 additions & 0 deletions infrastructure/prod/triggermesh/knative/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace: apps
resources:
- namespace.yaml
- https://github.com/knative/operator/releases/download/knative-v1.8.5/operator.yaml
- knative-serving.yaml
4 changes: 4 additions & 0 deletions infrastructure/prod/triggermesh/knative/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: knative
5 changes: 5 additions & 0 deletions infrastructure/prod/triggermesh/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- knative
- triggermesh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace: apps
namespace: knative
resources:
- namespace.yaml
- https://github.com/triggermesh/triggermesh/releases/download/v1.27.0/triggermesh-crds.yaml
# Download from: https://github.com/triggermesh/triggermesh/releases/download/v1.27.0/triggermesh.yaml, and we delete the namespace resource.
- triggermesh.yaml
4 changes: 4 additions & 0 deletions infrastructure/prod/triggermesh/triggermesh/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: triggermesh