Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
1cba69fe
Unverified
Commit
1cba69fe
authored
Jul 05, 2023
by
Nick Zenchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Frontend values update to match new helm chart
parent
f11b0c8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
values.yaml
deploy/values/l2-optimism-goerli/values.yaml
+1
-0
values.yaml
deploy/values/main/values.yaml
+1
-0
values.yaml.gotmpl
deploy/values/review-l2/values.yaml.gotmpl
+1
-0
values.yaml.gotmpl
deploy/values/review/values.yaml.gotmpl
+1
-0
No files found.
deploy/values/l2-optimism-goerli/values.yaml
View file @
1cba69fe
...
...
@@ -235,6 +235,7 @@ frontend:
enabled
:
true
image
:
_default
:
ghcr.io/blockscout/frontend:latest
pullPolicy
:
Always
ingress
:
enabled
:
true
# annotations:
...
...
deploy/values/main/values.yaml
View file @
1cba69fe
...
...
@@ -186,6 +186,7 @@ frontend:
enabled
:
true
image
:
_default
:
ghcr.io/blockscout/frontend:main
pullPolicy
:
Always
replicas
:
app
:
1
docker
:
...
...
deploy/values/review-l2/values.yaml.gotmpl
View file @
1cba69fe
...
...
@@ -5,6 +5,7 @@ frontend:
enabled: true
image:
_default: ghcr.io/blockscout/frontend:prerelease-{{ requiredEnv "GITHUB_REF_NAME_SLUG" }}
pullPolicy: Always
ingress:
enabled: true
host:
...
...
deploy/values/review/values.yaml.gotmpl
View file @
1cba69fe
...
...
@@ -5,6 +5,7 @@ frontend:
enabled: true
image:
_default: ghcr.io/blockscout/frontend:prerelease-{{ requiredEnv "GITHUB_REF_NAME_SLUG" }}
pullPolicy: Always
ingress:
enabled: true
host:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment