Skip to content

Commit dd06d4d

Browse files
committed
o11y: Split MonitoringStack by environment
This is in attempt to speed up the pipeline whenever changes to this MonitoringStack definition is made. This is especially crucial for if we need to revert a breaking change to this definition. Additional, this allows us to test changes to this definition in dev or stage first before applying them to production.
1 parent 051a1d3 commit dd06d4d

File tree

7 files changed

+703
-12
lines changed

7 files changed

+703
-12
lines changed

components/monitoring/prometheus/base/monitoringstack/kustomization.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/monitoring/prometheus/development/monitoringstack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../../base/observability-operator
5-
- ../../base/monitoringstack
5+
- monitoringstack.yaml
66
patches:
77
- path: cluster-type-patch.yaml
88
target:

components/monitoring/prometheus/production/base/monitoringstack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../../../base/monitoringstack
4+
- monitoringstack.yaml
55
patches:
66
- path: cluster-type-patch.yaml
77
target:

components/monitoring/prometheus/production/base/monitoringstack/monitoringstack.yaml

Lines changed: 350 additions & 0 deletions
Large diffs are not rendered by default.

components/monitoring/prometheus/staging/base/monitoringstack/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../../../base/monitoringstack
4+
- monitoringstack.yaml
55
patches:
66
- path: cluster-type-patch.yaml
77
target:

components/monitoring/prometheus/staging/base/monitoringstack/monitoringstack.yaml

Lines changed: 350 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)