Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions k8s-manifests/storedog-app/deployments/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
image: ${REGISTRY_URL}/frontend:${SD_TAG}
ports:
- containerPort: 3000
command: ["npm", "run", "dev"]
command: ["npm", "run", "prod"]
env:
- name: NEXT_PUBLIC_ADS_ROUTE
valueFrom:
Expand Down Expand Up @@ -126,12 +126,13 @@ spec:
httpGet:
path: /
port: 3000
initialDelaySeconds: 180
periodSeconds: 20
initialDelaySeconds: 40
periodSeconds: 30
failureThreshold: 5
readinessProbe:
httpGet:
path: /
port: 3000
initialDelaySeconds: 120
initialDelaySeconds: 30
periodSeconds: 20
timeoutSeconds: 5