consolidated more variables and deleted all hard-coded values
This commit is contained in:
@ -10,4 +10,4 @@ spec:
|
||||
name: cloudflare-clusterissuer
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- longhorn.nixit.it
|
||||
- ${LONGHORN_DNS_NAME}
|
@ -8,10 +8,10 @@ metadata:
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- longhorn.nixit.it
|
||||
- ${LONGHORN_DNS_NAME}
|
||||
secretName: longhorn-ssl-certificate
|
||||
rules:
|
||||
- host: longhorn.nixit.it
|
||||
- host: ${LONGHORN_DNS_NAME}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
Reference in New Issue
Block a user