Tadas Sutkaitis bb049d9ee1
Octavia: Enable custom annotations
Enable custom annotations for pods [deployments, daemonsets]

Change-Id: I41df99691bf80878bb393f0b5e131cfdba890d6a
2024-04-01 23:22:39 +03:00

10 lines
149 B
YAML

---
annotations:
pod:
default:
custom.tld/key: "value"
custom.tld/key2: "value2"
octavia_api:
another.tld/foo: "bar"
...