From 9fef25c49d0c10f573e840ef2f9e6b24902616a6 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Wed, 6 Aug 2025 15:20:52 +0200 Subject: [PATCH] Update README_GO.md --- README_GO.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README_GO.md b/README_GO.md index 5f5bebf..f13f977 100644 --- a/README_GO.md +++ b/README_GO.md @@ -68,12 +68,15 @@ WantedBy=timers.target # Service Annotations -| Annotation-Key | Beschreibung | Typ | Beispielwert | -|--------------------------------|-----------------------------------------------------------------------------|---------|----------------------------| -| `haproxy/enabled` | **Aktiviert** die Aufnahme des Services in die HAProxy-Konfiguration | `bool` | `"true"` | -| `haproxy/mode` | Betriebsmodus des Backends (`tcp` oder `http`) | `string`| `"tcp"` / `"http"` | -| `haproxy/cookie` | Name des Cookies zur Session-Persistenz | `string`| `"SRVCOOKIE"` | -| `haproxy/cookie-flags` | Zusätzliche Cookie-Optionen für HAProxy | `string`| `"insert indirect nocache"` | -| `haproxy/health-check` | Deaktiviert Health-Checks, wenn `"false"` gesetzt wird | `bool` | `"false"` | -| `haproxy/server-options` | Zusätzliche Optionen für die einzelnen `server`-Zeilen in HAProxy | `string`| `"ssl verify none"` | -| `haproxy/port` | Nutze nur **diesen Port** des Services, wenn mehrere Ports definiert sind | `int` | `"8080"` | \ No newline at end of file +| Annotation-Key | Beschreibung | Typ | Beispielwert | +|--------------------------------|-----------------------------------------------------------------------------|---------|---------------------------| +| `haproxy/enabled` | **Aktiviert** die Aufnahme des Services in die HAProxy-Konfiguration | `bool` | `"true"` | +| `haproxy/mode` | Betriebsmodus des Backends (`tcp` oder `http`) | `string`| +`"tcp"` / `"http"` | +| `haproxy/cookie-name` | Name des Cookies zur Session-Persistenz | `string`| `"SRVCOOKIE"` | +| `haproxy/cookie-flags` | Zusätzliche Cookie-Optionen für HAProxy | `string`| +`"insert indirect nocache"`| +| `haproxy/health-check` | Deaktiviert Health-Checks, wenn `"false"` gesetzt wird | `bool` | `"false"` | +| `haproxy/server-options` | Zusätzliche Optionen für die einzelnen `server`-Zeilen in HAProxy | `string`| +`"ssl verify none"` | +| `haproxy/port` | Nutze nur **diesen Port** des Services, wenn mehrere Ports definiert sind | `int` | `"8080"` | \ No newline at end of file