Compare commits
2 Commits
7f774c7dbd
...
a6f6f38769
| Author | SHA1 | Date | |
|---|---|---|---|
| a6f6f38769 | |||
| 23edb4e2cc |
@@ -60,5 +60,5 @@ spec:
|
|||||||
- name: argocd-server
|
- name: argocd-server
|
||||||
port: 443
|
port: 443
|
||||||
scheme: https
|
scheme: https
|
||||||
#tls:
|
tls:
|
||||||
# secretName: argocd-tls
|
secretName: argocd-tls
|
||||||
|
|||||||
@@ -14,4 +14,19 @@ spec:
|
|||||||
- name: longhorn-frontend
|
- name: longhorn-frontend
|
||||||
port: 80
|
port: 80
|
||||||
tls:
|
tls:
|
||||||
secretName: longhorn-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