argocd-test/go-redirect/base/go-redirect-ingress.yaml

13 lines
218 B
YAML
Raw Permalink Normal View History

2024-10-24 16:01:28 +00:00
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: go-redirect-ingressroute
spec:
routes:
- match: Host(`*.mzsl.nl`)
kind: Rule
services:
- name: go-redirect
port: web
tls: {}