fix(k8s): add RESEND_API_KEY and DASHBOARD_URL env vars to deployment
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
This commit is contained in:
@@ -76,6 +76,8 @@ spec:
|
|||||||
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://dev.manoonoils.com"
|
||||||
|
- name: DASHBOARD_URL
|
||||||
|
value: "https://dashboard.manoonoils.com"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: workspace
|
- name: workspace
|
||||||
mountPath: /workspace
|
mountPath: /workspace
|
||||||
@@ -108,6 +110,10 @@ spec:
|
|||||||
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://dev.manoonoils.com"
|
||||||
|
- name: DASHBOARD_URL
|
||||||
|
value: "https://dashboard.manoonoils.com"
|
||||||
|
- name: RESEND_API_KEY
|
||||||
|
value: "re_bewcjHuy_DHtksWVUxguj8vFzKiJZNkFi"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
|||||||
Reference in New Issue
Block a user