big architectural shift to use gitea for most deployments
This commit is contained in:
17
infrastructure/gitea/gitea.ingress.yaml
Normal file
17
infrastructure/gitea/gitea.ingress.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: gitea-ingress
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`git.kluster.moll.re`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: gitea-http
|
||||
port: 3000
|
||||
tls:
|
||||
certResolver: default-tls
|
||||
|
||||
|
Reference in New Issue
Block a user