argocd-applications/dummyhttp/ingress.yaml
Sergio Talens-Oliag 979ecd44dc
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
feat(dummyhttp): first version of the application
2025-05-01 14:58:02 +02:00

18 lines
405 B
YAML

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