Files
Kubernetes-Manifests/unifi/unifi-svc.yaml
2026-06-01 10:10:01 +02:00

12 lines
167 B
YAML

apiVersion: v1
kind: Service
metadata:
name: unifi
namespace: unifi
spec:
ports:
- protocol: TCP
port: 443
targetPort: 443
type: ClusterIP