fix(k01): correct redis wait condition and serialize ratelimit on rl-redis
build-and-push-harbor / docker-build-push (push) Waiting to run
build-and-push-harbor / docker-build-push (push) Waiting to run
This commit is contained in:
@@ -35,7 +35,8 @@ kubectl -n juwan wait --for=condition=Ready pod -l app=envoy-gateway --timeout=1
|
||||
kubectl -n juwan wait --for=condition=Ready pod -l "app in (ratelimit,rl-redis)" --timeout=120s || true
|
||||
|
||||
echo redis
|
||||
apply_docs "${INFRA_DIR}/redis.yaml" redisreplication "jsonpath={.status.readyReplicas}=1"
|
||||
apply_docs "${INFRA_DIR}/redis.yaml" "" ""
|
||||
kubectl -n juwan wait --for=condition=Ready pod -l redis_setup_type=replication --timeout=600s || true
|
||||
|
||||
echo postgres
|
||||
apply_docs "${INFRA_DIR}/postgres.yaml" cluster.postgresql.cnpg.io "condition=Ready"
|
||||
|
||||
Reference in New Issue
Block a user