Skip to content
Open
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
6 changes: 6 additions & 0 deletions config/resources-metrics/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ components:
- iam/
- identity/
- resources-manager/
# ResourceMetricsPolicy resources for each service. These are owned exclusively
# by the milo-resource-metrics Kustomization and must not be included in any
# other path (e.g. crd/overlays/core-control-plane via the services component).
- ../services/iam/telemetry/metrics
- ../services/quota/telemetry/metrics
- ../services/resourcemanager/telemetry/metrics
3 changes: 0 additions & 3 deletions config/services/iam/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

components:
- telemetry/metrics
7 changes: 5 additions & 2 deletions config/services/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ kind: Component
# Add new service directories here as they are created.

components:
- iam
- resourcemanager
- quota
# identity is intentionally excluded here — it contains ActivityPolicy resources
# which require the activity.miloapis.com CRDs to be installed. Those CRDs are
# provided by the activity service, which is not deployed in the milo test cluster.
# Deploy config/services/identity/ separately once the activity service is present.
#
# iam and resourcemanager are intentionally excluded here — their only content was
# ResourceMetricsPolicy resources, which are now owned exclusively by the
# resources-metrics component. Including them here would create Flux ownership
# conflicts with the milo-resource-metrics Kustomization.
1 change: 0 additions & 1 deletion config/services/quota/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ kind: Component

components:
- iam
- telemetry/metrics
- registrations
- claim-policies
3 changes: 0 additions & 3 deletions config/services/resourcemanager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

components:
- telemetry/metrics
Loading