Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83efc4f1e2 |
+2
-2
@@ -75,7 +75,7 @@ spec:
|
|||||||
- name: NEXT_PUBLIC_SALEOR_API_URL
|
- name: NEXT_PUBLIC_SALEOR_API_URL
|
||||||
value: "https://api.manoonoils.com/graphql/"
|
value: "https://api.manoonoils.com/graphql/"
|
||||||
- name: NEXT_PUBLIC_SITE_URL
|
- name: NEXT_PUBLIC_SITE_URL
|
||||||
value: "https://dev.manoonoils.com"
|
value: "https://manoonoils.com"
|
||||||
- name: DASHBOARD_URL
|
- name: DASHBOARD_URL
|
||||||
value: "https://dashboard.manoonoils.com"
|
value: "https://dashboard.manoonoils.com"
|
||||||
- name: NEXT_PUBLIC_OPENPANEL_CLIENT_ID
|
- name: NEXT_PUBLIC_OPENPANEL_CLIENT_ID
|
||||||
@@ -115,7 +115,7 @@ spec:
|
|||||||
- name: NEXT_PUBLIC_SALEOR_API_URL
|
- name: NEXT_PUBLIC_SALEOR_API_URL
|
||||||
value: "https://api.manoonoils.com/graphql/"
|
value: "https://api.manoonoils.com/graphql/"
|
||||||
- name: NEXT_PUBLIC_SITE_URL
|
- name: NEXT_PUBLIC_SITE_URL
|
||||||
value: "https://dev.manoonoils.com"
|
value: "https://manoonoils.com"
|
||||||
- name: DASHBOARD_URL
|
- name: DASHBOARD_URL
|
||||||
value: "https://dashboard.manoonoils.com"
|
value: "https://dashboard.manoonoils.com"
|
||||||
- name: RESEND_API_KEY
|
- name: RESEND_API_KEY
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ spec:
|
|||||||
- web
|
- web
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`dev.manoonoils.com`)
|
- match: Host(`dev.manoonoils.com`) || Host(`manoonoils.com`) || Host(`www.manoonoils.com`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: storefront
|
- name: storefront
|
||||||
|
|||||||
Reference in New Issue
Block a user