Skip to content

Commit

Permalink
Add status helper
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Nov 10, 2024
1 parent 072f74f commit ad0764e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"k8s:apply": "kubectl apply -f k8s/bridge-deployment.yaml && kubectl apply -f k8s/bridge-service.yaml",
"k8s:scale": "kubectl scale deployment bridge-server --replicas=$REPLICAS",
"k8s:create-secret": "kubectl create secret generic bridge-server-secret --from-literal=POSTGRES_URL=\"$POSTGRES_URL\" --dry-run=client -o yaml | kubectl apply -f -",
"k8s:restart": "kubectl rollout restart deployment bridge-server"
"k8s:restart": "kubectl rollout restart deployment bridge-server",
"k8s:status": "kubectl get deployments,service,pods -l app=bridge-server -o wide"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit ad0764e

Please sign in to comment.