Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/envoy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static_resources:
- name: extproc_service
connect_timeout: 300s
per_connection_buffer_limit_bytes: 52428800
type: STATIC
type: STRICT_DNS
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...
envoy-proxy  | [2025-09-07 05:15:27.303][1][critical][main] [source/server/server.cc:412] error initializing config '  /etc/envoy/envoy.yaml': Protobuf message (type envoy.config.bootstrap.v3.Bootstrap reason INVALID_ARGUMENT: unknown enum value: 'STRICT') has unknown fields
envoy-proxy  | [2025-09-07 05:15:27.303][1][info][main] [source/server/server.cc:1038] exiting
envoy-proxy  | Protobuf message (type envoy.config.bootstrap.v3.Bootstrap reason INVALID_ARGUMENT: unknown enum value: 'STRICT') has unknown fields

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lb_policy: ROUND_ROBIN
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
networks:
- semantic-network
healthcheck:
test: ["CMD", "nc", "-z", "localhost", "50051"]
test: ["CMD", "curl","-f", "localhost:8080/health"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have not the command nc on quay.io/centos/centos:stream9

interval: 10s
timeout: 5s
retries: 5
Expand Down
Loading