This commit is contained in:
2025-02-09 06:14:04 -06:00
parent f3d914e308
commit 7f774c7dbd

View File

@@ -2,6 +2,8 @@ apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute
metadata: metadata:
name: longhorn-ingress name: longhorn-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
spec: spec:
entryPoints: entryPoints:
- websecure - websecure
@@ -12,4 +14,4 @@ spec:
- name: longhorn-frontend - name: longhorn-frontend
port: 80 port: 80
tls: tls:
secretName: longhorn-tls secretName: longhorn-tls