This commit is contained in:
2025-03-18 06:24:03 -05:00
parent 093bf40127
commit 9165bd44a9

View File

@@ -53,6 +53,15 @@ metadata:
subsets: subsets:
- addresses: - addresses:
- ip: 192.168.21.200 - ip: 192.168.21.200
ports:
- port: 443 ---
- port: 3000
apiVersion: v1
kind: Service
metadata:
name: unraid
spec:
ports:
- protocol: TCP
port: 3000
targetPort: 3000