argocd-applications/dummyhttp/ingress.yaml

19 lines
405 B
YAML
Raw Permalink Normal View History

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dummyhttp
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: dummyhttp.localhost.mixinet.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: dummyhttp
port:
number: 80