stacks-instances/otc/stacks/core/ingress-apps/mailhog.yaml
Automated pipeline 7a0e732995 Initial upload
2025-05-26 09:23:35 +00:00

18 lines
324 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mailhog
namespace: mailhog
spec:
ingressClassName: nginx
rules:
- host:
http:
paths:
- backend:
service:
name: mailhog
port:
number: 8025
path: /mailhog
pathType: Prefix