Skip to content

Commit

Permalink
feat: enable cluster monitoring for openshift-storage namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Nov 6, 2023
1 parent f661744 commit ec1e4ff
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/environments/nostromo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ labels:
resources:
- ../../organizational-unit-scope/

- stubs/openshift-storage.yaml

- admin-acks/
- alerting/
- alertmanager-receivers/
Expand All @@ -37,6 +39,14 @@ components:
- ../../components/sno-tuning/

patches:
- patch: |-
apiVersion: v1
kind: Namespace
metadata:
name: openshift-storage
annotations:
openshift.io/cluster-monitoring: "true"
- patch: |-
apiVersion: config.openshift.io/v1
kind: ClusterVersion
Expand Down
4 changes: 4 additions & 0 deletions manifests/environments/nostromo/stubs/openshift-storage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-storage
10 changes: 10 additions & 0 deletions manifests/environments/phobos/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ commonAnnotations:
resources:
- ../../organizational-unit-scope/

- stubs/openshift-storage.yaml

- admin-acks/
- alerting/
- alertmanager-receivers/
Expand All @@ -25,6 +27,14 @@ components:
- ../../components/lvm-storage/

patches:
- patch: |-
apiVersion: v1
kind: Namespace
metadata:
name: openshift-storage
annotations:
openshift.io/cluster-monitoring: "true"
- patch: |-
apiVersion: operator.openshift.io/v1
kind: IngressController
Expand Down
4 changes: 4 additions & 0 deletions manifests/environments/phobos/stubs/openshift-storage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-storage

0 comments on commit ec1e4ff

Please sign in to comment.