stacks-instances/otc/think-ahead.cloud/stacks/core/ingress-apps/mailhog.yaml
Richard Robert Reitz 312761c8af Initial upload
2025-05-08 15:38:03 +02:00

18 lines
341 B
YAML

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