We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf80c3 commit 40b884cCopy full SHA for 40b884c
ansible/files/envoy_config/lds.yaml
@@ -140,6 +140,7 @@ resources:
140
hint: '%RESPONSE_CODE_DETAILS%'
141
json_format_options:
142
sort_properties: false
143
+ merge_slashes: true
144
route_config:
145
name: route_config_0
146
virtual_hosts:
@@ -247,6 +248,7 @@ resources:
247
248
route:
249
cluster: admin_api
250
prefix_rewrite: /
251
+ timeout: 600s
252
- match:
253
prefix: /customer/v1/privileged/
254
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.99"
+postgres-version = "15.6.1.100"
common.vars.pkr.hcl
-postgres-version = "15.1.1.81"
+postgres-version = "15.1.1.82"
0 commit comments