Merge pull request #2 from NagleZhang/nagle_dev

just a prototype
pull/6/head
Nagle Zhang 4 years ago committed by GitHub
commit eb4848600f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md
  2. 11
      bootstrap.sh
  3. BIN
      images/prototype.png
  4. 12
      values.yml

@ -0,0 +1,3 @@
# prototype
![jitsi setup prototype](images/prototype.png)

@ -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

Binary file not shown.

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…
Cancel
Save