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,32 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: forgejo
spec:
ports:
- name: app
port: 3000
protocol: TCP
targetPort: 3000
clusterIP: None
type: ClusterIP
---
apiVersion: v1
kind: Endpoints
metadata:
name: forgejo
subsets:
- addresses:
- ip: 192.168.21.200
ports:
- name: app
port: 3000
protocol: TCP
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
@ -38,7 +9,7 @@ spec:
- match: Host(`forgejo.durp.info`) && PathPrefix(`/`)
kind: Rule
services:
- name: forgejo
- name: unraid
port: 3000
scheme: http
tls: