Add manuall ingress yaml
This commit is contained in:
parent
625e7c7a20
commit
e649ecf7c4
25
mailu-ingress-manuall.yaml
Normal file
25
mailu-ingress-manuall.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: mailu-manuall
|
||||||
|
namespace: mail-services
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
spec:
|
||||||
|
ingressClassName: traefik
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- mail.dvirlabs.com
|
||||||
|
secretName: mailu-certificates
|
||||||
|
rules:
|
||||||
|
- host: mail.dvirlabs.com
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: mailu-front
|
||||||
|
port:
|
||||||
|
number: 443
|
||||||
Loading…
x
Reference in New Issue
Block a user