fix: wait for files postgres readiness
This commit is contained in:
@@ -51,6 +51,8 @@ jobs:
|
||||
kubectl apply -f k8s/secrets.yaml
|
||||
kubectl apply -f k8s/configmap.yaml
|
||||
kubectl apply -f k8s/postgres.yaml
|
||||
kubectl -n files rollout status statefulset/postgres --timeout=240s
|
||||
kubectl -n files wait --for=condition=ready pod -l app=files-postgres --timeout=240s
|
||||
kubectl apply -f k8s/server-deployment.yaml
|
||||
kubectl apply -f k8s/server-service.yaml
|
||||
kubectl -n files set image deployment/files-server \
|
||||
|
||||
Reference in New Issue
Block a user