commit
eb4848600f
@ -0,0 +1,3 @@ |
||||
# prototype |
||||
|
||||
 |
||||
@ -0,0 +1,11 @@ |
||||
#!/bin/bash |
||||
|
||||
# basic tools(git, curl) |
||||
# k3s and set current context as k3s |
||||
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml |
||||
|
||||
# helm |
||||
curl -sfL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s - |
||||
#export KUBECONFIG=/etc/rancher/k3s/k3s.yaml |
||||
sudo helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/ |
||||
sudo helm install shlug-jitsi jitsi/jitsi-meet -f values.yml |
||||
|
After Width: | Height: | Size: 26 KiB |
@ -0,0 +1,12 @@ |
||||
nameOverride: "shlug" |
||||
|
||||
jvb: |
||||
service: |
||||
type: NodePort |
||||
# It may be required to change the default port to a value allowed by Kubernetes (30000-32768) |
||||
UDPPort: 30000 |
||||
|
||||
# Use public IP of one of your node, or the public IP of a loadbalancer in front of the nodes |
||||
publicIP: 20.205.103.185 |
||||
|
||||
publicURL: jisti.ycy.me |
||||
Loading…
Reference in new issue