diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/mailhog.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/mailhog.yaml deleted file mode 100644 index e3e1de7..0000000 --- a/otc/central-forgejo.think-ahead.cloud/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: central-forgejo.think-ahead.cloud - http: - paths: - - backend: - service: - name: mailhog - port: - number: 8025 - path: /mailhog - pathType: Prefix