Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deployment): support downloading redirect #310

Merged
merged 2 commits into from
Aug 23, 2023

Conversation

migmartri
Copy link
Member

Updates the deployment to be able to leverage the features implemented here #307

@@ -207,7 +207,7 @@                                                            
     server:                                                                   
       http:         
         addr: 0.0.0.0:8000
-        timeout: 1s
+        timeout: 10s                                                          
         external_url: http://cp.chainloop.dev
       http_metrics:                                                           
         addr: 0.0.0.0:5000                                                    
@@ -218,6 +218,7 @@                                                            
       grpc:                                                                   
         addr: test-chainloop-cas-api:80  
       insecure: true
+      download_url: https://cas.local.chainloop.dev/download
     plugins_dir: /plugins
 ---

Refs #293

Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
@migmartri migmartri merged commit e04db41 into chainloop-dev:main Aug 23, 2023
11 checks passed
@migmartri migmartri deleted the download-in-helm-chart branch August 23, 2023 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants