diff --git a/services/jitsi/launcher-deployment.yaml b/services/jitsi/launcher-deployment.yaml index 3d207c7..151a222 100644 --- a/services/jitsi/launcher-deployment.yaml +++ b/services/jitsi/launcher-deployment.yaml @@ -18,7 +18,7 @@ spec: kubernetes.io/arch: amd64 containers: - name: launcher - image: ghcr.io/tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim + image: docker.io/tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim imagePullPolicy: IfNotPresent env: - { name: JWT_SECRET_FILE, value: "/var/lib/jitsi-jwt/jwt" }