fix(k8s): add OpenPanel env vars to runtime container
Some checks failed
Build and Deploy / build (push) Has been cancelled

Add NEXT_PUBLIC_OPENPANEL_CLIENT_ID, OPENPANEL_CLIENT_SECRET, and
OPENPANEL_API_URL to the storefront runtime container for server-side
tracking to work properly.
This commit is contained in:
Unchained
2026-03-25 19:30:28 +02:00
parent b5f8ddbaaa
commit d0e3ee3201

View File

@@ -78,6 +78,12 @@ spec:
value: "https://dev.manoonoils.com" value: "https://dev.manoonoils.com"
- name: DASHBOARD_URL - name: DASHBOARD_URL
value: "https://dashboard.manoonoils.com" value: "https://dashboard.manoonoils.com"
- name: NEXT_PUBLIC_OPENPANEL_CLIENT_ID
value: "fa61f8ae-0b5d-4187-a9b1-5a04b0025674"
- name: OPENPANEL_CLIENT_SECRET
value: "91126be0d1e78e657e0427df82733832.c6d30edf6ee673da9650a883604169a13ab8579a0dde70cb39b477f4cf441f90"
- name: OPENPANEL_API_URL
value: "https://op.nodecrew.me/api"
volumeMounts: volumeMounts:
- name: workspace - name: workspace
mountPath: /workspace mountPath: /workspace
@@ -114,6 +120,12 @@ spec:
value: "https://dashboard.manoonoils.com" value: "https://dashboard.manoonoils.com"
- name: RESEND_API_KEY - name: RESEND_API_KEY
value: "re_bewcjHuy_DHtksWVUxguj8vFzKiJZNkFi" value: "re_bewcjHuy_DHtksWVUxguj8vFzKiJZNkFi"
- name: NEXT_PUBLIC_OPENPANEL_CLIENT_ID
value: "fa61f8ae-0b5d-4187-a9b1-5a04b0025674"
- name: OPENPANEL_CLIENT_SECRET
value: "91126be0d1e78e657e0427df82733832.c6d30edf6ee673da9650a883604169a13ab8579a0dde70cb39b477f4cf441f90"
- name: OPENPANEL_API_URL
value: "https://op.nodecrew.me/api"
resources: resources:
limits: limits:
cpu: 500m cpu: 500m