Skip to content

Commit 40b884c

Browse files
committed
chore: update envoy config and trigger build
1 parent fcf80c3 commit 40b884c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ansible/files/envoy_config/lds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ resources:
140140
hint: '%RESPONSE_CODE_DETAILS%'
141141
json_format_options:
142142
sort_properties: false
143+
merge_slashes: true
143144
route_config:
144145
name: route_config_0
145146
virtual_hosts:
@@ -247,6 +248,7 @@ resources:
247248
route:
248249
cluster: admin_api
249250
prefix_rewrite: /
251+
timeout: 600s
250252
- match:
251253
prefix: /customer/v1/privileged/
252254
route:

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.99"
1+
postgres-version = "15.6.1.100"

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.81"
1+
postgres-version = "15.1.1.82"

0 commit comments

Comments
 (0)