longhorn dashboard

This commit is contained in:
Michael Thomson
2023-11-23 11:59:39 -05:00
parent 51205f2b52
commit 66291a9aab
2 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: externaldns.k8s.io/v1alpha1
kind: DNSEndpoint
metadata:
name: longhorn.michaelthomson.dev
namespace: longhorn-system
spec:
endpoints:
- dnsName: longhorn.michaelthomson.dev
recordTTL: 180
recordType: CNAME
targets:
- server.michaelthomson.dev

View File

@@ -251,22 +251,22 @@ spec:
ingress: ingress:
## Set to true to enable ingress record generation ## Set to true to enable ingress record generation
enabled: false enabled: true
## Add ingressClassName to the Ingress ## Add ingressClassName to the Ingress
## Can replace the kubernetes.io/ingress.class annotation on v1.18+ ## Can replace the kubernetes.io/ingress.class annotation on v1.18+
ingressClassName: ~ ingressClassName: ~
host: sslip.io host: longhorn.michaelthomson.dev
## Set this to true in order to enable TLS on the ingress record ## Set this to true in order to enable TLS on the ingress record
tls: false tls: true
## Enable this in order to enable that the backend service will be connected at port 443 ## Enable this in order to enable that the backend service will be connected at port 443
secureBackends: false secureBackends: false
## If TLS is set to true, you must declare what secret will store the key/certificate for TLS ## If TLS is set to true, you must declare what secret will store the key/certificate for TLS
tlsSecret: longhorn.local-tls tlsSecret: letsencrypt-wildcard-cert-michaelthomson.dev
## If ingress is enabled you can set the default ingress path ## If ingress is enabled you can set the default ingress path
## then you can access the UI by using the following full path {{host}}+{{path}} ## then you can access the UI by using the following full path {{host}}+{{path}}