From 1810ad93d0e08bca3ed2525b2757308d999feafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Uzdo=C4=9Fan?= Date: Tue, 12 Dec 2023 09:59:04 +0100 Subject: [PATCH] =?UTF-8?q?Sw=C4=B1tch=20server=20port=20back=20to=2080=20?= =?UTF-8?q?from=208080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ingress-definitions/templates/ingress.root.yaml | 4 ++-- environments/staging/applications/sourcify-server/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/staging/applications/ingress-definitions/templates/ingress.root.yaml b/environments/staging/applications/ingress-definitions/templates/ingress.root.yaml index 67862893..ba7f5e99 100644 --- a/environments/staging/applications/ingress-definitions/templates/ingress.root.yaml +++ b/environments/staging/applications/ingress-definitions/templates/ingress.root.yaml @@ -76,7 +76,7 @@ spec: service: name: sourcify-server port: - number: 8080 + number: 80 - host: "{{ .Values.domain }}" http: paths: @@ -86,4 +86,4 @@ spec: service: name: sourcify-server port: - number: 8080 + number: 80 diff --git a/environments/staging/applications/sourcify-server/values.yaml b/environments/staging/applications/sourcify-server/values.yaml index 0395a20d..ad058024 100644 --- a/environments/staging/applications/sourcify-server/values.yaml +++ b/environments/staging/applications/sourcify-server/values.yaml @@ -19,7 +19,7 @@ service: type: ClusterIP ports: http: - port: 8080 + port: 80 ## ## Environment configuration ## @@ -30,7 +30,7 @@ env: #REPOSITORY_SERVER_URL: https://repo.sourcify-staging.ethpandaops.io SOLC_REPO: /home/app/compilers/solc SOLJSON_REPO: /home/app/compilers/soljson - SERVER_PORT: "8080" + SERVER_PORT: "80" IPFS_GATEWAY: http://ipfs-ipfs-gateway:8080/ipfs/ IPFS_API: http://ipfs-ipfs-main:5001 AUTH0_AUDIENCE: https://sourcify.dev