diff --git a/kustomize/overlays/staging/frontend-graphql-proxy-patch.yaml b/kustomize/overlays/staging/frontend-graphql-proxy-patch.yaml new file mode 100644 index 0000000..fe28e5e --- /dev/null +++ b/kustomize/overlays/staging/frontend-graphql-proxy-patch.yaml @@ -0,0 +1,18 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: trade-frontend +spec: + template: + spec: + containers: + - name: frontend + volumeMounts: + - name: frontend-server-script + mountPath: /app/services/frontend/server.mjs + subPath: frontend-server.mjs + readOnly: true + volumes: + - name: frontend-server-script + configMap: + name: trade-frontend-server-script