mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
This change adds support for the new proxy service to the operator through Gateway API. This change attempts to standardize concepts around the Gateway API to allow for compatibility with other projects. Fixes #111 Fixes #44 Signed-off-by: Philip Laine <philip.laine@gmail.com>
11 lines
149 B
YAML
11 lines
149 B
YAML
#operator:
|
|
# image:
|
|
# tag: "0.1.0"
|
|
ingress:
|
|
enabled: true
|
|
|
|
netbirdAPI:
|
|
keyFromSecret:
|
|
name: "netbird-mgmt-api-key"
|
|
key: "NB_API_KEY"
|