Skip to content

Commit

Permalink
chore: update envoy config and trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Jul 29, 2024
1 parent fcf80c3 commit 40b884c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ansible/files/envoy_config/lds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ resources:
hint: '%RESPONSE_CODE_DETAILS%'
json_format_options:
sort_properties: false
merge_slashes: true
route_config:
name: route_config_0
virtual_hosts:
Expand Down Expand Up @@ -247,6 +248,7 @@ resources:
route:
cluster: admin_api
prefix_rewrite: /
timeout: 600s
- match:
prefix: /customer/v1/privileged/
route:
Expand Down
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.99"
postgres-version = "15.6.1.100"
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.81"
postgres-version = "15.1.1.82"

0 comments on commit 40b884c

Please sign in to comment.