Skip to content

Commit

Permalink
Moving blockscout deployment to new helm chart (blockscout#1059)
Browse files Browse the repository at this point in the history
* Moving blockscout deployment to new helm chart

* Fixing front-main deploy vars
  • Loading branch information
nzenchik authored Aug 2, 2023
1 parent e44179c commit b38b5a8
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 302 deletions.
4 changes: 3 additions & 1 deletion deploy/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ helmDefaults:
repositories:
- name: blockscout-ci-cd
url: https://blockscout.github.io/blockscout-ci-cd
- name: blockscout
url: https://blockscout.github.io/helm-charts
- name: bedag
url: https://bedag.github.io/helm-charts

releases:
# Deploy front-main
- name: bs-stack
chart: blockscout-ci-cd/blockscout-stack
chart: blockscout/blockscout-stack
namespace: front-main
labels:
app: front
Expand Down
Loading

0 comments on commit b38b5a8

Please sign in to comment.