From ff6612a224e7e2bb279dd7177ebf5ef7390bb123 Mon Sep 17 00:00:00 2001 From: Wilson Mitchell Date: Fri, 16 Feb 2024 23:19:21 -0800 Subject: [PATCH] Turn off more stuff that is unnecessary as we switch to azure. --- apps/prod/kustomization.yaml | 4 ++-- infrastructure/apps/kustomization.yaml | 12 ++++++------ infrastructure/controllers/kustomization.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/prod/kustomization.yaml b/apps/prod/kustomization.yaml index c69ee18ce..2952862b1 100644 --- a/apps/prod/kustomization.yaml +++ b/apps/prod/kustomization.yaml @@ -4,10 +4,10 @@ resources: - ../base/csi-driver - ../base/loki - ../base/flux - - ../base/nvidia-dcgm + #- ../base/nvidia-dcgm - ../base/posthog - posthog - grafana - - fluent-bit + #- fluent-bit patchesStrategicMerge: - posthog/merge-values.yaml diff --git a/infrastructure/apps/kustomization.yaml b/infrastructure/apps/kustomization.yaml index f610a66b4..c676860fa 100644 --- a/infrastructure/apps/kustomization.yaml +++ b/infrastructure/apps/kustomization.yaml @@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - prometheus-adapter - - linkerd - - linkerd-viz - - linkerd-jaeger - - jaeger-operator - - jaeger - - opentelemetry-operator + #- linkerd + #- linkerd-viz + #- linkerd-jaeger + #- jaeger-operator + #- jaeger + #- opentelemetry-operator diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index af4b91d6f..ddde8e527 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - weave-gitops.yaml - - predictive-horizontal-pod-autoscaler-operator + #- weave-gitops.yaml + #- predictive-horizontal-pod-autoscaler-operator