Added line breaks

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-07 04:31:20 +02:00
parent e25565c517
commit 9762de2901
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
5 changed files with 8 additions and 3 deletions

View File

@ -15,3 +15,4 @@
condition: service_healthy condition: service_healthy
{% endif %} {% endif %}
{% endif %} {% endif %}
{{ "\n" }}

View File

@ -7,3 +7,4 @@
interval: 1m interval: 1m
timeout: 10s timeout: 10s
retries: 3 retries: 3
{{ "\n" }}

View File

@ -22,3 +22,4 @@
interval: 1m interval: 1m
timeout: 20s timeout: 20s
retries: 3 retries: 3
{{ "\n" }}

View File

@ -4,3 +4,4 @@
- "bash" - "bash"
- "-c" - "-c"
- "exec 3<>/dev/tcp/localhost/{{ container_port }} && echo -e 'GET /{{ container_healthcheck | default('') }} HTTP/1.1\\r\\nHost: localhost\\r\\nConnection: close\\r\\n\\r\\n' >&3 && cat <&3 | grep -q 'HTTP/1.1'" - "exec 3<>/dev/tcp/localhost/{{ container_port }} && echo -e 'GET /{{ container_healthcheck | default('') }} HTTP/1.1\\r\\nHost: localhost\\r\\nConnection: close\\r\\n\\r\\n' >&3 && cat <&3 | grep -q 'HTTP/1.1'"
{{ "\n" }}

View File

@ -8,3 +8,4 @@
interval: 1m interval: 1m
timeout: 10s timeout: 10s
retries: 3 retries: 3
{{ "\n" }}