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

@ -1,33 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: unraid
spec:
ports:
- name: app
port: 443
protocol: TCP
targetPort: 443
clusterIP: None
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: unraid
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 443
protocol: TCP
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata: