Initial upload
This commit is contained in:
parent
fec383955c
commit
85d290a69a
123 changed files with 19241 additions and 0 deletions
18
otc/t09.de/stacks/core/ingress-apps/mailhog.yaml
Normal file
18
otc/t09.de/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: t09.de
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: mailhog
|
||||
port:
|
||||
number: 8025
|
||||
path: /mailhog
|
||||
pathType: Prefix
|
||||
Loading…
Add table
Add a link
Reference in a new issue