Skip to content

Commit

Permalink
publish multi trigger app and increase wait timeout on app deploys
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed Aug 21, 2024
1 parent e658965 commit f2c1610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-workloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
fi

# wait for all the pods to be ready
kubectl wait --for=condition=ready --timeout=50s pod --all
kubectl wait --for=condition=ready --timeout=120s pod --all

# get and describe all the pods
echo ">>> Pods:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ spec:
command: ["/"]
ports:
- containerPort: 80
env:
- name: SPIN_VARIABLE_REDIS_ADDRESS
value: redis://redis-service.default.svc.cluster.local:6379
- name: SPIN_VARIABLE_REDIS_CHANNEL
value: testchannel
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit f2c1610

Please sign in to comment.