Files
Kubernetes-Manifests/unifi/unifi-svc.yaml

12 lines
167 B
YAML

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