mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
79 lines
1 KiB
YAML
79 lines
1 KiB
YAML
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
name: master-cluster
|
|
subsets:
|
|
- addresses:
|
|
- ip: 192.168.20.130
|
|
ports:
|
|
- port: 443
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: master-cluster
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 443
|
|
targetPort: 443
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
name: infra-cluster
|
|
subsets:
|
|
- addresses:
|
|
- ip: 192.168.12.130
|
|
ports:
|
|
- port: 443
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: infra-cluster
|
|
spec:
|
|
ports:
|
|
- protocol: TCP
|
|
port: 443
|
|
targetPort: 443
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: unraid
|
|
spec:
|
|
ports:
|
|
- name: https
|
|
protocol: TCP
|
|
port: 443
|
|
targetPort: 443
|
|
- name: tdarr
|
|
port: 8267
|
|
protocol: TCP
|
|
targetPort: 8267
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
name: unraid
|
|
subsets:
|
|
- addresses:
|
|
- ip: 192.168.21.200
|
|
ports:
|
|
- name: https
|
|
port: 443
|
|
protocol: TCP
|
|
- name: tdarr
|
|
port: 8267
|
|
protocol: TCP
|