diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-06-17 09:24:59 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2024-07-01 15:40:54 +0100 |
commit | 3a9613f75519176efb2eb50bde88f268535e0ca9 (patch) | |
tree | 96a3faf44c9ea0b91d99848988b67d93ee014fa0 /docker-compose/proxy_params | |
parent | b8c88b9c157fac8b165cf955483649f76e19fd35 (diff) |
Setup automated tests with two replicas of cps-and-ncmp
- this change for two test suits: CSIT and K6
- increase cps-and-ncmp replicas to 2
- introduce nginx as load-balancer
- set proxies inside nginx for the cps-and-ncmp URI paths
- upgrade hazelcast-spring to 5.3.7
Issue-ID: CPS-2038
Change-Id: If1b6c1e1218af16b24cc061507ea9b25d277d143
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docker-compose/proxy_params')
-rw-r--r-- | docker-compose/proxy_params | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose/proxy_params b/docker-compose/proxy_params new file mode 100644 index 0000000000..ab092a98f3 --- /dev/null +++ b/docker-compose/proxy_params @@ -0,0 +1,4 @@ +proxy_set_header Host $host; +proxy_set_header X-Real-IP $remote_addr; +proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; +proxy_set_header X-Forwarded-Proto $scheme;
\ No newline at end of file |