Initial upload
This commit is contained in:
parent
11d522de04
commit
7a0e732995
814 changed files with 105 additions and 105471 deletions
18
otc/stacks/core/ingress-apps/mailhog.yaml
Normal file
18
otc/stacks/core/ingress-apps/mailhog.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue