Skip to content

Commit

Permalink
config/core: rename early-access entries
Browse files Browse the repository at this point in the history
Rename configurations for `early-access` to
`production`. Early access instance was setup
for the initial release phase. It's been used as
production now.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Nov 25, 2024
1 parent c0c186b commit e86fe6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/core/api-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ api:
docker-host:
url: http://172.17.0.1:8001

early-access:
production:
url: https://kernelci-api.westus3.cloudapp.azure.com

staging:
Expand Down
4 changes: 2 additions & 2 deletions config/core/storage.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
storage:

early-access-azure:
production-azure:
storage_type: azure
base_url: https://kciapistagingstorage1.file.core.windows.net/
share: early-access
share: production
sas_public_token: "?sv=2022-11-02&ss=f&srt=sco&sp=r&se=2024-10-17T19:19:12Z&st=2023-10-17T11:19:12Z&spr=https&sig=sLmFlvZHXRrZsSGubsDUIvTiv%2BtzgDq6vALfkrtWnv8%3D"

kernelci.org:
Expand Down

0 comments on commit e86fe6b

Please sign in to comment.