This commit is contained in:
DeveloperDurp 2026-03-28 08:10:07 -05:00
parent 8343867aee
commit ea54a2601d
3 changed files with 27 additions and 60 deletions

View file

@ -43,3 +43,29 @@ spec:
- protocol: TCP
port: 443
targetPort: 443
---
apiVersion: v1
kind: Service
metadata:
name: unraid
spec:
ports:
- protocol: TCP
port: 443
targetPort: 443
---
apiVersion: v1
kind: Endpoints
metadata:
name: unraid
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 443
protocol: TCP