kubedeploy-k3s/apps/gitea/base/gitea-ingress.yaml

17 lines
291 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: gitea
namespace: gitea
spec:
entryPoints:
- websecure-front
- web-local
- websecure-local
routes:
- match: Host(`gitea.steffenillium.de`)
kind: Rule
services:
- name: gitea
port: http