From 1f65b7a48ecbe461dba1f7b5011471a1ab71a3c3 Mon Sep 17 00:00:00 2001 From: Urtzi Alfaro Date: Tue, 20 Jan 2026 21:35:12 +0100 Subject: [PATCH] Fix: set includeSelectors=false to avoid immutable selector conflicts --- .../environments/prod/k8s-manifests/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/environments/prod/k8s-manifests/kustomization.yaml b/infrastructure/environments/prod/k8s-manifests/kustomization.yaml index 2b8eda08..032f4ea0 100644 --- a/infrastructure/environments/prod/k8s-manifests/kustomization.yaml +++ b/infrastructure/environments/prod/k8s-manifests/kustomization.yaml @@ -26,7 +26,7 @@ resources: # SigNoz paths are now included in the main ingress (ingress-https.yaml) labels: - - includeSelectors: true + - includeSelectors: false pairs: environment: production tier: production