From 0c2e94dc24c87388ae19b05ba10f28cc0bf3e406 Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Tue, 27 May 2025 06:59:48 +0000 Subject: [PATCH] Delete template/stacks/core/ingress-apps/mailhog.yaml --- template/stacks/core/ingress-apps/mailhog.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 template/stacks/core/ingress-apps/mailhog.yaml diff --git a/template/stacks/core/ingress-apps/mailhog.yaml b/template/stacks/core/ingress-apps/mailhog.yaml deleted file mode 100644 index ceb6060..0000000 --- a/template/stacks/core/ingress-apps/mailhog.yaml +++ /dev/null @@ -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