Skip to content

Commit

Permalink
add cors setting to dora
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Feb 27, 2025
1 parent 10f126c commit 32cd18c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/devnet-7/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ dora:
value: "true"
- name: API_ENABLED
value: "true"
- name: API_CORS_ORIGINS
value: "https://*.launchpad.ethstaker.cc"
postgresql:
name: "dora-postgresql"
fullnameOverride: "dora-postgresql"
Expand Down

0 comments on commit 32cd18c

Please sign in to comment.