Skip to content

Commit

Permalink
Merge pull request #52 from computate/prom-keycloak-proxy
Browse files Browse the repository at this point in the history
Adding prom-keycloak-proxy app to obs cluster
  • Loading branch information
computate authored May 30, 2024
2 parents 81ad7b9 + aa38b11 commit 4f4da15
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-obs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resources:
- fake-metrics-server
- grafana
- keycloak
- prom-keycloak-proxy

nameSuffix: -obs

Expand Down
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-obs/prom-keycloak-proxy/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prom-keycloak-proxy
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: prom-keycloak-proxy/overlays/nerc-ocp-obs
destination:
name: nerc-ocp-obs
namespace: prom-keycloak-proxy
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-obs/prom-keycloak-proxy/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 4f4da15

Please sign in to comment.