17 lines
389 B
YAML
17 lines
389 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: web-public
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik-public
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`git.limbosolutions.com`) && !PathPrefix(`/-/admin`)
|
|
kind: Rule
|
|
services:
|
|
- name: gitea-http
|
|
port: 3000
|
|
tls:
|
|
secretName: limbosolutions-com-tls |