From 5e93092caea7f5a55bae864e0c65fbcd6173e546 Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Fri, 17 May 2024 07:45:40 +0000 Subject: [PATCH] remove proxy --- ops/k8s-apps/base/dagster/kustomization.yaml | 2 +- ops/k8s-apps/production/kustomization.yaml | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/ops/k8s-apps/base/dagster/kustomization.yaml b/ops/k8s-apps/base/dagster/kustomization.yaml index e537137b..08639477 100644 --- a/ops/k8s-apps/base/dagster/kustomization.yaml +++ b/ops/k8s-apps/base/dagster/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: base-dagster resources: - dagster.yaml - - proxy.yaml + #- proxy.yaml # patchesStrategicMerge: # - ./daemon-init-container.yaml # - ./webserver-init-container.yaml \ No newline at end of file diff --git a/ops/k8s-apps/production/kustomization.yaml b/ops/k8s-apps/production/kustomization.yaml index ed5e6ed5..a750670f 100644 --- a/ops/k8s-apps/production/kustomization.yaml +++ b/ops/k8s-apps/production/kustomization.yaml @@ -6,13 +6,4 @@ namespace: production-dagster patches: - path: ./custom-helm-values.yaml target: - type: HelmRelease -patchesJson6902: - - target: - kind: Namespace - version: v1 - name: base-dagster - patch: |- - - op: replace - path: /metadata/name - value: production-dagster \ No newline at end of file + type: HelmRelease \ No newline at end of file