diff --git a/.github/helm/values/values-readreplica.yaml b/.github/helm/values/values-readreplica.yaml index 8a2f1e3cf7..c42ebd8521 100644 --- a/.github/helm/values/values-readreplica.yaml +++ b/.github/helm/values/values-readreplica.yaml @@ -39,6 +39,25 @@ gateway: memory: 50Mi gateway_config: index_replica: 3 + initContainers: + - type: wait-for + name: wait-for-discoverer + target: discoverer + image: busybox:stable + imagePullPolicy: Always + sleepDuration: 2 + - type: wait-for + name: wait-for-agent + target: agent + image: busybox:stable + imagePullPolicy: Always + sleepDuration: 2 + - type: wait-for + name: wait-for-agent-readreplica + target: agent-readreplica + image: busybox:stable + imagePullPolicy: Always + sleepDuration: 2 agent: minReplicas: 3 maxReplicas: 10