Skip to content
Merged
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
6 changes: 3 additions & 3 deletions internal/infrastructure/kubernetes/bootstrap.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic_resources:
cds_config:
resource_api_version: V3
api_config_source:
api_type: GRPC
api_type: DELTA_GRPC
transport_api_version: V3
grpc_services:
- envoy_grpc:
Expand All @@ -17,7 +17,7 @@ dynamic_resources:
lds_config:
resource_api_version: V3
api_config_source:
api_type: GRPC
api_type: DELTA_GRPC
transport_api_version: V3
grpc_services:
- envoy_grpc:
Expand Down Expand Up @@ -68,7 +68,7 @@ layered_runtime:
resource_api_version: V3
api_config_source:
transport_api_version: V3
api_type: GRPC
api_type: DELTA_GRPC
grpc_services:
envoy_grpc:
cluster_name: xds_cluster
Expand Down