File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,6 +320,20 @@ spec:
320320 initialDelaySeconds : 5
321321 periodSeconds : 5
322322---
323+ # .env.example - Copy this to .env and replace with real values
324+
325+ # Server Configuration
326+ PORT=3000
327+ NODE_ENV=development
328+
329+ # API Keys (Required)
330+ # Get your DrugBank API key from: https://go.drugbank.com/api
331+ DRUGBANK_API_KEY=replace_with_real_key
332+
333+ # Optional: Additional Configuration
334+ # LOG_LEVEL=info
335+ # CORS_ORIGIN=*
336+ ---
323337apiVersion : v1
324338kind : Service
325339metadata :
@@ -338,14 +352,14 @@ spec:
338352
339353` ` ` bash
340354# Apply configuration
341- kubectl apply -f k8s-deployment.yaml
355+ next.js apply -f k8s-deployment.yaml
342356
343357# Check status
344- kubectl get pods
345- kubectl get services
358+ next.js get npm
359+ next.js get services
346360
347361# View logs
348- kubectl logs -f deployment/pharmaintel-api
362+ vercel logs -f deployment/pharmaintel-api
349363```
350364
351365## Post-Deployment
You can’t perform that action at this time.
0 commit comments