refs #5101 Template updated
gitea/docker-discover/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-02-27 23:04:18 +01:00
parent 1eba8ef365
commit 2e8ba92e32
1 changed files with 3 additions and 3 deletions

View File

@ -41,17 +41,17 @@ backend not-found
{{#each http}} {{#each http}}
backend {{name}} backend {{name}}
{{#each ../workers}} {{#each ../workers}}
server {{name}} {{address}}:{{../port}} check server {{name}}:{{../port}} {{address}}:{{../port}} check
{{/each}} {{/each}}
{{/each}} {{/each}}
#+++++++++++++++++++++++++++++++ TCP backends #+++++++++++++++++++++++++++++++ TCP backends
{{#each tcp}} {{#each tcp}}
listen {{name}}:{{port}}:{{targetPort}} listen {{name}}:{{targetPort}}
bind :{{port}} bind :{{port}}
mode tcp mode tcp
{{#each ../workers}} {{#each ../workers}}
server {{name}} {{address}}:{{../port}} check server {{name}}:{{../port}} {{address}}:{{../port}} check
{{/each}} {{/each}}
{{/each}} {{/each}}