Skip to content

Commit

Permalink
Update install-thunder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Raezil authored Mar 1, 2025
1 parent 7a2c241 commit be94117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-thunder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ case "$1" in
kubectl apply -f app-deployment.yaml
kubectl apply -f app-service.yaml
kubectl apply -f app-loadbalancer.yaml
# Apply hpa
kubectl apply -f hpa.yaml
# Apply PgBouncer for database connection pooling
echo "🔄 Deploying PgBouncer..."
Expand Down

0 comments on commit be94117

Please sign in to comment.