update
This commit is contained in:
@@ -62,3 +62,18 @@ spec:
|
|||||||
scheme: https
|
scheme: https
|
||||||
tls:
|
tls:
|
||||||
secretName: argocd-tls
|
secretName: argocd-tls
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: longhorn-tls
|
||||||
|
spec:
|
||||||
|
secretName: longhorn-tls
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-production
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: "argocd.infra.durp.info"
|
||||||
|
dnsNames:
|
||||||
|
- "argocd.infra.durp.info"
|
||||||
|
|||||||
@@ -16,3 +16,18 @@ spec:
|
|||||||
scheme: https
|
scheme: https
|
||||||
tls:
|
tls:
|
||||||
secretName: vault-tls
|
secretName: vault-tls
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: longhorn-tls
|
||||||
|
spec:
|
||||||
|
secretName: longhorn-tls
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-production
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: "vault.infra.durp.info"
|
||||||
|
dnsNames:
|
||||||
|
- "vault.infra.durp.info"
|
||||||
|
|||||||
Reference in New Issue
Block a user