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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user