template.yaml 793 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Whoami
  5. description: |
  6. A **simple web application** that displays information about the HTTP request it receives.
  7. ## Use Cases
  8. - Testing reverse proxy configurations
  9. - Debugging web server setups
  10. - Verifying load balancer functionality
  11. - Quick HTTP endpoint testing
  12. ## Resources
  13. - **Project**: https://github.com/traefik/whoami
  14. - **Documentation**: https://traefik.io/docs/
  15. - **GitHub**: https://github.com/traefik/whoami
  16. version: 1.11.0
  17. author: Christian Lempa
  18. date: '2025-10-30'
  19. tags:
  20. - traefik
  21. - swarm
  22. schema: "1.2"
  23. spec:
  24. general:
  25. vars:
  26. service_name:
  27. default: whoami
  28. traefik:
  29. vars:
  30. traefik_enabled:
  31. default: true
  32. traefik_host:
  33. default: whoami