Skip to content

jerryshell/k8s-qinglong-longhorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

K8s Qinglong Longhorn

K8s + Qinglong + Longhorn

Pre-requisites

Git clone

git clone https://github.com/jerryshell/k8s-qinglong-longhorn.git
cd k8s-qinglong-longhorn

PVC + Deployment + Service

kubectl apply -f k8s/

Ingress

Replace qinglong.jerryshell.eu.org with your own domain

export HOST=qinglong.jerryshell.eu.org
cat k8s/ingress/ingress.yaml | envsubst | kubectl apply -f -

TLS Ingress

Replace qinglong.jerryshell.eu.org with your own domain

export HOST=qinglong.jerryshell.eu.org
cat k8s/ingress/tls-ingress.yaml | envsubst | kubectl apply -f -

Delete

kubectl delete --ignore-not-found=true -f k8s/ -f k8s/ingress/

LICENSE

GNU Affero General Public License v3.0

Releases

No releases published

Packages

No packages published