1
0
Fork 0

Remove Python app example and replace with header-echo server for testing

- Deleted the `/examples/docker/python-app` directory and associated files.
- Integrated a custom `header-echo` server for Kubernetes and Docker Compose tests.
- Updated Kubernetes and Docker Compose configurations to use the new `header-echo-server:test` image.
- Enhanced Kubernetes integration tests to validate JSON responses and Cloudflare IP translation behavior.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-12 16:23:01 -05:00
parent 1fd5873dc9
commit b34d7822e4
6 changed files with 139 additions and 14 deletions

View file

@ -66,7 +66,7 @@ services:
# Web application behind Cloudflare (header-echo server for testing)
webapp:
build: ./python-app
build: ../fixtures/header-echo
labels:
easyhaproxy.http.host: myapp.local
easyhaproxy.http.port: 80