2026-03-23 09:59:48 +01:00
|
|
|
{{- if .Values.gatewayAPI.enabled }}
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: GatewayClass
|
|
|
|
|
metadata:
|
|
|
|
|
name: netbird-private
|
|
|
|
|
labels:
|
2026-05-06 12:26:32 +02:00
|
|
|
{{- include "netbird-operator.labels" . | nindent 4 }}
|
2026-03-23 09:59:48 +01:00
|
|
|
spec:
|
|
|
|
|
controllerName: "gateway.netbird.io/controller"
|
|
|
|
|
---
|
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: GatewayClass
|
|
|
|
|
metadata:
|
|
|
|
|
name: netbird-public
|
|
|
|
|
labels:
|
2026-05-06 12:26:32 +02:00
|
|
|
{{- include "netbird-operator.labels" . | nindent 4 }}
|
2026-03-23 09:59:48 +01:00
|
|
|
spec:
|
|
|
|
|
controllerName: "gateway.netbird.io/controller"
|
|
|
|
|
{{- end }}
|