diff --git a/infra/longhorn/templates/ingress.yaml b/infra/longhorn/templates/ingress.yaml index 6e3a4c1..ee0fb86 100644 --- a/infra/longhorn/templates/ingress.yaml +++ b/infra/longhorn/templates/ingress.yaml @@ -14,16 +14,16 @@ spec: - name: longhorn-frontend port: 80 tls: - secretName: longhorn-tls + secretName: longhorn-tls1 --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: longhorn-tls + name: longhorn-tls1 spec: - secretName: longhorn-tls + secretName: longhorn-tls1 issuerRef: name: vault-issuer kind: ClusterIssuer