Delete template/stacks/core/ingress-apps/mailhog.yaml

This commit is contained in:
richardrobertreitz 2025-05-27 06:59:48 +00:00
parent ad72626d27
commit 0c2e94dc24

View file

@ -1,18 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mailhog
namespace: mailhog
spec:
ingressClassName: nginx
rules:
- host: {{{ .Env.DOMAIN }}}
http:
paths:
- backend:
service:
name: mailhog
port:
number: 8025
path: /mailhog
pathType: Prefix