Skip to content

Commit

Permalink
📈(helm) add separate namespaces for each environment
Browse files Browse the repository at this point in the history
I have set up distinct namespaces for each environment. You can now push
events to the development namespace without affecting production data.

Please note that these keys are not 'secret'. They will also be configured
in the browser SDK, which is inherently insecure. The documentation does not
specify a secure storage method for these keys.
  • Loading branch information
lebaudantoine committed Aug 5, 2024
1 parent 9e92b81 commit 100d79c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/env.d/dev/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ backend:
{{- end }}
{{- end }}
LIVEKIT_API_URL: https://livekit.127.0.0.1.nip.io/

ANALYTICS_KEY: xwhoIMCZ8PBRjQ2t

migrate:
command:
Expand Down
1 change: 1 addition & 0 deletions src/helm/env.d/production/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ backend:
name: backend
key: LIVEKIT_API_KEY
LIVEKIT_API_URL: https://livekit-preprod.beta.numerique.gouv.fr
ANALYTICS_KEY: mwuxTKi8o2xzWH54

createsuperuser:
command:
Expand Down
1 change: 1 addition & 0 deletions src/helm/env.d/staging/values.meet.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ backend:
name: backend
key: LIVEKIT_API_KEY
LIVEKIT_API_URL: https://livekit-preprod.beta.numerique.gouv.fr
ANALYTICS_KEY: Roi1k6IAc2DEqHB0

createsuperuser:
command:
Expand Down

0 comments on commit 100d79c

Please sign in to comment.