Skip to content

Commit 8d64f6c

Browse files
committed
one more time with beholder's ready check
1 parent 7dc72cd commit 8d64f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/components/dockercompose/chip_ingress_set/chip_ingress.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ func New(in *Input) (*Output, error) {
128128
wait.NewHostPortStrategy(DEFAULT_RED_PANDA_SCHEMA_REGISTRY_PORT).WithPollInterval(100*time.Millisecond),
129129
wait.NewHostPortStrategy(DEFAULT_RED_PANDA_KAFKA_PORT).WithPollInterval(100*time.Millisecond),
130130
wait.ForHTTP("/v1/status/ready").WithPort("9644"), // admin API port
131+
// Critical: Use the official schema registry health endpoint
132+
wait.ForHTTP("/status/ready").WithPort(DEFAULT_RED_PANDA_SCHEMA_REGISTRY_PORT).WithPollInterval(100*time.Millisecond),
131133
).WithDeadline(2*time.Minute),
132134
).WaitForService(DEFAULT_RED_PANDA_CONSOLE_SERVICE_NAME,
133135
wait.ForAll(

0 commit comments

Comments
 (0)