mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
longhorn dashboard
This commit is contained in:
12
longhorn/dns-endpoint-longhorn.yaml
Normal file
12
longhorn/dns-endpoint-longhorn.yaml
Normal 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
|
||||||
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user