Skip to content

Commit b7d0d2c

Browse files
committed
fix: removed envoy config from the image fixed service file and bumped version to run a test build
1 parent 9ddeeb4 commit b7d0d2c

File tree

4 files changed

+2
-110
lines changed

4 files changed

+2
-110
lines changed

ansible/files/envoy_config/envoy.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Description=Envoy Proxy Server
22
After=postgrest.service gotrue.service adminapi.service
33
Wants=postgrest.service gotrue.service adminapi.service
4+
Conflicts=kong.service
45

56
[Service]
67
Type=simple
7-
#ExecStart=/opt/envoy/envoy --config-path /opt/envoy/envoy.yml
88
ExecStart=/usr/bin/bash -c '/opt/envoy/envoy --config-path /opt/envoy/envoy.yml'
99
User=envoy
1010

ansible/files/envoy_config/envoy.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

ansible/tasks/setup-envoy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
owner: envoy
2222
mode: u+rwx
2323

24-
- name: Envoy - copy basic conf
25-
copy:
26-
src: files/envoy_config/envoy.yml
27-
dest: /opt/envoy/envoy.yml
28-
2924
# [warn] ulimit is currently set to "1024". For better performance set it to at least
3025
# "4096" using "ulimit -n"
3126
- name: Envoy - bump up ulimit

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.0.115-envoy-rc9"
1+
postgres-version = "15.1.0.120-envoy-rc2"

0 commit comments

Comments
 (0)