This commit is contained in:
DeveloperDurp 2026-03-28 12:09:41 -05:00
parent c38262a51b
commit e47f51426a
20 changed files with 365 additions and 669 deletions

View file

@ -1,30 +1,30 @@
apiVersion: v1
kind: Service
metadata:
name: gitlab-ssh
spec:
ports:
- name: app
port: 9022
protocol: TCP
targetPort: 9022
clusterIP: None
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: gitlab-ssh
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 9022
protocol: TCP
---
#apiVersion: v1
#kind: Service
#metadata:
# name: gitlab-ssh
#spec:
# ports:
# - name: app
# port: 9022
# protocol: TCP
# targetPort: 9022
# clusterIP: None
# type: ClusterIP
#
#---
#apiVersion: v1
#kind: Endpoints
#metadata:
# name: gitlab-ssh
#subsets:
# - addresses:
# - ip: 192.168.21.200
# ports:
# - name: app
# port: 9022
# protocol: TCP
#
#---
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
@ -35,36 +35,9 @@ spec:
routes:
- match: HostSNI(`*`)
services:
- name: gitlab-ssh
- name: unraid
port: 9022
---
apiVersion: v1
kind: Service
metadata:
name: gitlab
spec:
ports:
- name: app
port: 9443
protocol: TCP
targetPort: 9443
clusterIP: None
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: gitlab
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 9443
protocol: TCP
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
@ -77,7 +50,7 @@ spec:
- match: Host(`gitlab.durp.info`) && PathPrefix(`/`)
kind: Rule
services:
- name: gitlab
- name: unraid
port: 9443
scheme: https
tls: