Initial commit

This commit is contained in:
2025-04-08 11:52:58 +02:00
commit d8219b786b
55 changed files with 5370 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: unifi-network-operator
app.kubernetes.io/managed-by: kustomize
name: controller-manager-metrics-service
namespace: system
spec:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: 8443
selector:
control-plane: controller-manager
app.kubernetes.io/name: unifi-network-operator