Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #133

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

maximilianoPizarro
Copy link

@maximilianoPizarro maximilianoPizarro commented Sep 3, 2024

Try in Google Cloud Shell and OpenShift

Open in Cloud Shell

Run in Cloud Shell terminal and Open in preview with 8080 port

minikube start
helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/
helm install myjitsi jitsi/jitsi-meet --atomic --set jvb.useNodeIP=true,jvb.useHostPort=false,publicURL=8080-$WEB_HOST,web.service.port=8080,jvb.service.type=NodePort
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=jitsi-meet,app.kubernetes.io/component=web,app.kubernetes.io/instance=myjitsi" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl --namespace default port-forward $POD_NAME 8080:80

Run in OpenShift (cluster-admin scope is required)

oc new-project jitsi
oc adm policy add-scc-to-user anyuid system:serviceaccount:jitsi:myjitsi-jitsi-meet
oc adm policy add-scc-to-user anyuid system:serviceaccount:jitsi:myjitsi-prosody
helm install myjitsi jitsi/jitsi-meet --set jvb.useNodeIP=true,jvb.useHostPort=false,publicURL=myjitsi-jitsi.apps-crc.testing,web.service.port=80,jvb.service.type=ClusterIP,jvb.UDPPort=8082

@spijet
Copy link
Collaborator

spijet commented Sep 4, 2024

Hello @maximilianoPizarro!

Thank you for these examples! Can you please move the pictures to a new directory (e.g. img/) and add it to .helmignore?

@maximilianoPizarro
Copy link
Author

Hello @spijet! Yes, sure! I also added an openshift section and it works and I even made a recording.

@maximilianoPizarro
Copy link
Author

@spijet I made the changes, it's ready for me, let me know if you need anything else. Thanks in advance.

README.md Outdated Show resolved Hide resolved
.helmignore Outdated Show resolved Hide resolved
img/cloud-shell-test.PNG Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@maximilianoPizarro
Copy link
Author

Hi @spijet,

I recorded a demo video explain about this integration. Check out the videolink

If you will you dont merge to main branch only will you need add try-in-google-cloud-shell seccion to readme.md file and still works, only point the original url repo in the action button.

Thanks for All

Greetings from Buenos Aires, Argentina!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants