Compare commits
2 Commits
7f774c7dbd
...
a6f6f38769
| Author | SHA1 | Date | |
|---|---|---|---|
| a6f6f38769 | |||
| 23edb4e2cc |
@@ -60,5 +60,5 @@ spec:
|
||||
- name: argocd-server
|
||||
port: 443
|
||||
scheme: https
|
||||
#tls:
|
||||
# secretName: argocd-tls
|
||||
tls:
|
||||
secretName: argocd-tls
|
||||
|
||||
@@ -15,3 +15,18 @@ spec:
|
||||
port: 80
|
||||
tls:
|
||||
secretName: longhorn-tls
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: longhorn-tls
|
||||
spec:
|
||||
secretName: longhorn-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "longhorn.infra.durp.info"
|
||||
dnsNames:
|
||||
- "longhorn.infra.durp.info"
|
||||
|
||||
Reference in New Issue
Block a user