Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci(production): update ui - master/da2a5840acfc3ba085bd32f00747407485…
Browse files Browse the repository at this point in the history
…853613"
  • Loading branch information
github-actions[bot] committed Oct 10, 2023
1 parent 456545c commit 69241ce
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions environments/production/applications/sourcify-ui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ethereum/source-verify
tag: ui-stable@sha256:56cb21f76f5490a7d914e96c17ffb07d5dad3c557e5b946473236d2e8b545687
tag: ui-stable@sha256:c632eabd3123271c167ed58237d6446245225107b4035b9533995e9d44d3cc09
pullPolicy: IfNotPresent
imagePullSecrets:
- name: image-pull-secret
Expand All @@ -12,7 +12,6 @@ controller:
type: deployment
replicas: 1
strategy: RollingUpdate

service:
main:
enabled: true
Expand All @@ -21,18 +20,15 @@ service:
ports:
http:
port: 80

command:
- sh
- -ac
- >-
/docker-entrypoint.sh nginx -g "daemon off;"
args: []

##
## Environment configuration
##

env:
SERVER_URL: https://sourcify-production.ethpandaops.io/server
REPOSITORY_SERVER_URL: https://repo.sourcify-production.ethpandaops.io
Expand All @@ -41,24 +37,20 @@ env:
AUTH0_ISSUERBASEURL: https://dev-htkreq1l71u1hn5l.us.auth0.com
AUTH0_CLIENTID: epipuQWJL67dVggPvxNmAy40ggzNum9F
AUTH0_AUDIENCE: https://sourcify.dev

##
## Secrets
##

secrets:
secretenv:
enabled: false # If enabled, a Secret will be created and imported via envFrom into the main application.
stringData: {}
# INFURA_ID: ""
# ALCHEMY_ID: ""
# ALCHEMY_ID_OPTIMISM: ""
# ALCHEMY_ID_ARBITRUM: ""

# INFURA_ID: ""
# ALCHEMY_ID: ""
# ALCHEMY_ID_OPTIMISM: ""
# ALCHEMY_ID_ARBITRUM: ""
##
## Health probes
##

probes:
liveness:
enabled: true
Expand All @@ -81,11 +73,9 @@ probes:
timeoutSeconds: 1
periodSeconds: 5
failureThreshold: 30

##
## Ingress
##

ingress:
main:
enabled: false

0 comments on commit 69241ce

Please sign in to comment.