Skip to content

Commit

Permalink
chore(backend): Migrate from in-process to isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed May 25, 2024
1 parent 2a81f86 commit 298264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recordermoe/templates/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: CORS_SUPPORT_CREDENTIALS
value: "true"
- name: FUNCTIONS_WORKER_RUNTIME
value: dotnet
value: dotnet-isolated
- name: CORS_ALLOWED_ORIGINS
value: "https://{{ .Values.host }}"
- name: FrontEndUri
Expand Down

0 comments on commit 298264b

Please sign in to comment.