Adding template overrides
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 38s

This commit is contained in:
2025-02-21 08:01:16 -08:00
parent c47118729f
commit 6b28c118de
2 changed files with 20 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
backend {{ name }}-backend
{% for server in servers %}server {{ server.server_name }} {{ server.server_address }}:{{ server.server_port }} {{ server.server_options }}{% endfor %}