Skip to content

Commit

Permalink
Add required KnativeServing and KnativeEventing for Serverless
Browse files Browse the repository at this point in the history
The BU SAIL team would like to use OpenShift Serverless for a Sign
Language project. To enable this, we add an ArgoCD app to deploy the
default KnativeServing and KnativeEventing resources for Serverless.
  • Loading branch information
computate committed Mar 12, 2024
1 parent e47f2fb commit 864815c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions clusters/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resources:
- fake-metrics-server
- xdmod-reader
- openshift-custom-metrics-autoscaler-controller
- serverless
- software-application-innovation-lab-sail-projects-fcd6dfa
- smart-village-faeeb6c

Expand Down
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-prod/serverless/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: serverless
labels:
nerc.mghpcc.org/sync-policy: common
spec:
project: default
source:
repoURL: https://github.com/ocp-on-nerc/nerc-ocp-config.git
targetRevision: HEAD
path: serverless/overlays/nerc-ocp-prod
destination:
name: nerc-ocp-prod
namespace: knative-serving
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-prod/serverless/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml

0 comments on commit 864815c

Please sign in to comment.