Skip to content

Commit

Permalink
🔧(helm) configuration
Browse files Browse the repository at this point in the history
Change configuration to use livekit-preprod.beta.numerique.gouv.fr
instead of the docker test vm
  • Loading branch information
rouja committed Jul 19, 2024
1 parent f50426b commit 93db8de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion secrets
2 changes: 1 addition & 1 deletion src/helm/env.d/preprod/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ backend:
secretKeyRef:
name: backend
key: LIVEKIT_API_KEY
LIVEKIT_API_URL: https://livekit-docker-1.beta.numerique.gouv.fr
LIVEKIT_API_URL: https://livekit-preprod.beta.numerique.gouv.fr

createsuperuser:
command:
Expand Down
2 changes: 1 addition & 1 deletion src/helm/env.d/production/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ backend:
secretKeyRef:
name: backend
key: LIVEKIT_API_KEY
LIVEKIT_API_URL: https://livekit-docker-1.beta.numerique.gouv.fr
LIVEKIT_API_URL: https://livekit-preprod.beta.numerique.gouv.fr

createsuperuser:
command:
Expand Down
2 changes: 1 addition & 1 deletion src/helm/env.d/staging/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ backend:
secretKeyRef:
name: backend
key: LIVEKIT_API_KEY
LIVEKIT_API_URL: https://livekit-docker-1.beta.numerique.gouv.fr
LIVEKIT_API_URL: https://livekit-preprod.beta.numerique.gouv.fr

createsuperuser:
command:
Expand Down

0 comments on commit 93db8de

Please sign in to comment.