Skip to content

Commit 4a17012

Browse files
committed
fix(longhorn-ingress.yml): Add missing TLS
1 parent ee76ef0 commit 4a17012

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

longhorn-ingress.yml

+7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ kind: Ingress
33
metadata:
44
name: longhorn
55
namespace: longhorn-system
6+
annotations:
7+
cert-manager.io/cluster-issuer: letsencrypt
68
spec:
9+
ingressClassName: nginx
10+
tls:
11+
- hosts:
12+
- longhorn.k8s.sikademo.com
13+
secretName: tls-longhorn
714
rules:
815
- host: longhorn.k8s.sikademo.com
916
http:

0 commit comments

Comments
 (0)