fix(k01): correct redis wait condition and serialize ratelimit on rl-redis
build-and-push-harbor / docker-build-push (push) Waiting to run

This commit is contained in:
zetaloop
2026-05-06 04:49:37 +08:00
parent a3174d16d0
commit b9ff1f043d
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -97,6 +97,10 @@ spec:
labels:
app: ratelimit
spec:
initContainers:
- name: wait-rl-redis
image: busybox:1.37
command: ["sh", "-c", "until nc -z rl-redis-svc 6379; do sleep 1; done"]
containers:
- name: ratelimit
image: envoyproxy/ratelimit:fe26676d