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