Skip to content

Commit

Permalink
up deployment timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jan 27, 2023
1 parent b8d1b0e commit 7146610
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion digital_asset_types/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions helm/api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ spec:
value: 127.0.0.1
- name: APP_METRICS_PORT
value: "8125"

- name: APP_SERVER_PORT
value: "{{ .Values.app.server_port }}"
- name: APP_DATABASE_URL
Expand Down
2 changes: 1 addition & 1 deletion metaplex-rpc-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions migration/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nft_ingester/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ build:
dockerfile: Proxy.Dockerfile
deploy:
helm:
flags:
upgrade: ["--timeout", "60m"]
install: ["--timeout", "60m"]
releases:
- name: das-ingester
chartPath: helm/ingest
Expand Down

0 comments on commit 7146610

Please sign in to comment.