This commit is contained in:
parent
edef83ffd3
commit
8705a80ca8
1 changed files with 13 additions and 1 deletions
12
README_GO.md
12
README_GO.md
|
@ -65,3 +65,15 @@ Persistent=true
|
||||||
WantedBy=timers.target
|
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"` |
|
Loading…
Add table
Reference in a new issue