Files
mal/deploy/base/ingress.yaml
Milas Holsting 43afad7dba
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 8m29s
deploy
2026-05-23 03:05:16 +02:00

17 lines
280 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: mal-ingress
spec:
entryPoints:
- websecure
- web
routes:
- match: Host(`mal.melosh.tech`)
kind: Rule
services:
- name: mal
port: 3000
tls:
secretName: mal-tls