-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add required KnativeServing and KnativeEventing for Serverless
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
Showing
3 changed files
with
20 additions
and
0 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
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,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 |
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,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- application.yaml |