diff --git a/README_GO.md b/README_GO.md index b37bbe9..5f5bebf 100644 --- a/README_GO.md +++ b/README_GO.md @@ -64,4 +64,16 @@ Persistent=true [Install] WantedBy=timers.target -``` \ No newline at end of file +``` + +# 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