Skip to content

Commit

Permalink
Merge pull request #38 from restatedev/fix-envoy-dfp
Browse files Browse the repository at this point in the history
Fix envoy dynamic forward proxy config
  • Loading branch information
jackkleeman authored Aug 3, 2023
2 parents eeac0d3 + 9dd4695 commit b2c4f41
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/services/deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
value: 127.0.0.1:10001
# ...
- name: envoy
image: envoyproxy/envoy:distroless-v1.26.1
image: envoyproxy/envoy:distroless-v1.27-latest
volumeMounts:
- name: envoy-config
mountPath: /etc/envoy
Expand Down Expand Up @@ -158,9 +158,7 @@ data:
- name: envoy.filters.http.dynamic_forward_proxy
typed_config:
'@type': type.googleapis.com/envoy.extensions.filters.http.dynamic_forward_proxy.v3.FilterConfig
dns_cache_config:
name: dynamic_forward_proxy_cache_config
dns_refresh_rate: 5s
sub_cluster_config: {}
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
Expand All @@ -177,7 +175,6 @@ data:
name: envoy.clusters.dynamic_forward_proxy
typed_config:
'@type': type.googleapis.com/envoy.extensions.clusters.dynamic_forward_proxy.v3.ClusterConfig
dns_cache_config:
name: dynamic_forward_proxy_cache_config
dns_refresh_rate: 5s
sub_clusters_config:
lb_policy: ROUND_ROBIN
```

0 comments on commit b2c4f41

Please sign in to comment.