Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 5, 2024
1 parent 9664300 commit 8c9e78e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ job "fastcgi" {

connect {
sidecar_service {
transparent_proxy {}
proxy {
transparent_proxy {}
}
}

sidecar_task {
Expand Down
4 changes: 3 additions & 1 deletion jobs/memcached.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ job "memcached" {

connect {
sidecar_service {
transparent_proxy {}
proxy {
transparent_proxy {}
}
}

sidecar_task {
Expand Down

0 comments on commit 8c9e78e

Please sign in to comment.