Skip to content

Commit

Permalink
Create and add curator and koku applications for nerc-ocp-prod cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
dystewart committed Apr 11, 2024
1 parent 3f090dc commit b5a0233
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
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

0 comments on commit b5a0233

Please sign in to comment.