Skip to content

Commit

Permalink
setting externalHttpPort and internalHttpPort in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Feb 13, 2024
1 parent 85fb0c7 commit 27d865a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/dshackle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,13 @@ annotations: {}
# @default -- See `values.yaml`
gRPCPort: 2449

# -- HTTP Port
# -- External HTTP Port, where the service is exposed
# @default -- See `values.yaml`
httpPort: 8545
externalHttpPort: 443

# -- Internal HTTP Port, where pod and application running in the container are listening
# @default -- See `values.yaml`
internalHttpPort: 8545

# -- Metrics Port
# @default -- See `values.yaml`
Expand Down

0 comments on commit 27d865a

Please sign in to comment.