Skip to content
Snippets Groups Projects
Verified Commit 4173d55e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add config

parents
No related branches found
No related tags found
No related merge requests found
image: lwolf/helm-kubectl-docker
deploy:
stage: deploy
only:
- master
tags:
- teckids-trusted
environment:
name: production/edugit
before_script:
- helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/
- helm repo update
script:
- echo helm upgrade --install $CI_ENVIRONMENT_SLUG jitsi/jitsi-meet
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
-f values.yaml
jvb:
publicIP: x.x.x.x
metrics:
enabled: true
tz: Europe/Berlin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment