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

Create and add curator and koku applications for nerc-ocp-prod cluster #49

Merged
merged 1 commit into from
Apr 11, 2024
Merged
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
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-prod/curator/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: curator
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: curator/overlays/nerc-ocp-prod
destination:
name: nerc-ocp-prod
namespace: curator-system
5 changes: 5 additions & 0 deletions clusters/nerc-ocp-prod/curator/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:
- application.yaml
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-prod/koku-metrics-operator/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: koku-metrics-operator
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: koku-metrics-operator/overlays/nerc-ocp-prod
destination:
name: nerc-ocp-prod
namespace: koku-metrics-operator
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- application.yaml
2 changes: 2 additions & 0 deletions clusters/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ resources:
- ../lib/nerc-images
- gatekeeper-policy
- acct-mgt
- curator
- fake-metrics-server
- koku-metrics-operator
- xdmod-reader
- openshift-custom-metrics-autoscaler-controller
- serverless
Expand Down