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

Commit

Permalink
Swıtch server port back to 80 from 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Dec 12, 2023
1 parent 68c6c9d commit 1810ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
service:
name: sourcify-server
port:
number: 8080
number: 80
- host: "{{ .Values.domain }}"
http:
paths:
Expand All @@ -86,4 +86,4 @@ spec:
service:
name: sourcify-server
port:
number: 8080
number: 80
4 changes: 2 additions & 2 deletions environments/staging/applications/sourcify-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ service:
type: ClusterIP
ports:
http:
port: 8080
port: 80
##
## Environment configuration
##
Expand All @@ -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
Expand Down

0 comments on commit 1810ad9

Please sign in to comment.