Files
taskarr-mgr/deploy/base/ingress.yaml
Milas Holsting cba49b734c
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 3m14s
add vault secrets and fix still poiting to election
2026-05-13 11:03:19 +02:00

20 lines
322 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: taskarr-ingress
namespace: vhsmp
spec:
entryPoints:
- websecure
- web
routes:
- match: Host(`taskarr.milasholsting.dk`)
kind: Rule
services:
- name: taskarr
port: 3000
tls:
secretName: taskarr-tls