From 2451e1b0469dffa3515fa6b0d992adb7f9f4090b Mon Sep 17 00:00:00 2001 From: u1 Date: Wed, 14 Jan 2026 08:49:50 +0000 Subject: [PATCH] staging: wire /graphql proxy into trade-frontend --- kustomize/overlays/staging/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kustomize/overlays/staging/kustomization.yaml b/kustomize/overlays/staging/kustomization.yaml index a97c826..74587db 100644 --- a/kustomize/overlays/staging/kustomization.yaml +++ b/kustomize/overlays/staging/kustomization.yaml @@ -12,6 +12,7 @@ resources: patchesStrategicMerge: - hasura-patch.yaml - frontend-auth-patch.yaml + - frontend-graphql-proxy-patch.yaml - ingestor-dlob-patch.yaml - dlob-worker-patch.yaml @@ -19,6 +20,9 @@ configMapGenerator: - name: trade-dlob-ingestor-script files: - dlob-ingestor.mjs + - name: trade-frontend-server-script + files: + - frontend-server.mjs generatorOptions: disableNameSuffixHash: true