From 108bf229686d47397ffeacedebec130786713867 Mon Sep 17 00:00:00 2001 From: mpabi Date: Thu, 12 Mar 2026 23:26:17 +0100 Subject: [PATCH] chore(kustomize): remove dlob rpc endpoint patches --- .../overlays/prod/dlob-rpc-endpoint-patch.yaml | 14 -------------- .../prod/dlob-rpc-server-endpoint-patch.yaml | 14 -------------- kustomize/overlays/prod/kustomization.yaml | 2 -- .../overlays/staging/dlob-rpc-endpoint-patch.yaml | 14 -------------- .../staging/dlob-rpc-server-endpoint-patch.yaml | 14 -------------- kustomize/overlays/staging/kustomization.yaml | 2 -- 6 files changed, 60 deletions(-) delete mode 100644 kustomize/overlays/prod/dlob-rpc-endpoint-patch.yaml delete mode 100644 kustomize/overlays/prod/dlob-rpc-server-endpoint-patch.yaml delete mode 100644 kustomize/overlays/staging/dlob-rpc-endpoint-patch.yaml delete mode 100644 kustomize/overlays/staging/dlob-rpc-server-endpoint-patch.yaml diff --git a/kustomize/overlays/prod/dlob-rpc-endpoint-patch.yaml b/kustomize/overlays/prod/dlob-rpc-endpoint-patch.yaml deleted file mode 100644 index cc34b01..0000000 --- a/kustomize/overlays/prod/dlob-rpc-endpoint-patch.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: dlob-publisher -spec: - template: - spec: - containers: - - name: publisher - env: - - name: ENDPOINT - value: "http://10.66.66.1:8899" - - name: WS_ENDPOINT - value: "ws://10.66.66.1:8900" diff --git a/kustomize/overlays/prod/dlob-rpc-server-endpoint-patch.yaml b/kustomize/overlays/prod/dlob-rpc-server-endpoint-patch.yaml deleted file mode 100644 index 643a345..0000000 --- a/kustomize/overlays/prod/dlob-rpc-server-endpoint-patch.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: dlob-server -spec: - template: - spec: - containers: - - name: server - env: - - name: ENDPOINT - value: "http://10.66.66.1:8899" - - name: WS_ENDPOINT - value: "ws://10.66.66.1:8900" diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index 5707279..6d35101 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -7,8 +7,6 @@ resources: - ../../base patchesStrategicMerge: - - dlob-rpc-endpoint-patch.yaml - - dlob-rpc-server-endpoint-patch.yaml - frontend-graphql-proxy-patch.yaml configMapGenerator: diff --git a/kustomize/overlays/staging/dlob-rpc-endpoint-patch.yaml b/kustomize/overlays/staging/dlob-rpc-endpoint-patch.yaml deleted file mode 100644 index cc34b01..0000000 --- a/kustomize/overlays/staging/dlob-rpc-endpoint-patch.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: dlob-publisher -spec: - template: - spec: - containers: - - name: publisher - env: - - name: ENDPOINT - value: "http://10.66.66.1:8899" - - name: WS_ENDPOINT - value: "ws://10.66.66.1:8900" diff --git a/kustomize/overlays/staging/dlob-rpc-server-endpoint-patch.yaml b/kustomize/overlays/staging/dlob-rpc-server-endpoint-patch.yaml deleted file mode 100644 index 643a345..0000000 --- a/kustomize/overlays/staging/dlob-rpc-server-endpoint-patch.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: dlob-server -spec: - template: - spec: - containers: - - name: server - env: - - name: ENDPOINT - value: "http://10.66.66.1:8899" - - name: WS_ENDPOINT - value: "ws://10.66.66.1:8900" diff --git a/kustomize/overlays/staging/kustomization.yaml b/kustomize/overlays/staging/kustomization.yaml index c546d0a..7d11915 100644 --- a/kustomize/overlays/staging/kustomization.yaml +++ b/kustomize/overlays/staging/kustomization.yaml @@ -10,8 +10,6 @@ resources: - frontend-ingress-root.yaml patchesStrategicMerge: - - dlob-rpc-endpoint-patch.yaml - - dlob-rpc-server-endpoint-patch.yaml - hasura-patch.yaml - frontend-auth-patch.yaml - frontend-graphql-proxy-patch.yaml