parent
a0bd2a9179
commit
14f621ddfa
@ -1,14 +1,11 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
# basic tools(git, curl) |
# basic tools(git, curl) |
||||||
|
# k3s and set current context as k3s |
||||||
# k3s |
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml |
||||||
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 |
|
||||||
kubectl create namespace jitsi |
|
||||||
|
|
||||||
# helm |
# helm |
||||||
curl -sfL get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s - |
curl -sfL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s - |
||||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml |
#export KUBECONFIG=/etc/rancher/k3s/k3s.yaml |
||||||
helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/ |
sudo helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/ |
||||||
helm install shlug-jitsi jitsi/jitsi-meet |
sudo helm install shlug-jitsi jitsi/jitsi-meet -f values.yml |
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue