added cert manager
This commit is contained in:
23
manifests/longhorn/ingress.yaml
Normal file
23
manifests/longhorn/ingress.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: longhorn-ingress
|
||||
namespace: longhorn-system
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- longhorn.nixit.it
|
||||
secretName: longhorn-ssl-certificate
|
||||
rules:
|
||||
- host: longhorn.nixit.it
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: longhorn-frontend
|
||||
port:
|
||||
number: 80
|
Reference in New Issue
Block a user