Skip to content

Commit f9d4ed6

Browse files
authored
Update DEPLOYMENT.md
1 parent 5f541e8 commit f9d4ed6

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

DEPLOYMENT.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
---
323337
apiVersion: v1
324338
kind: Service
325339
metadata:
@@ -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

0 commit comments

Comments
 (0)