From 27d865afebe9ddc184fd6899c0de93f4d3e9ac31 Mon Sep 17 00:00:00 2001 From: cristidas Date: Tue, 13 Feb 2024 21:12:52 +0100 Subject: [PATCH] setting `externalHttpPort` and `internalHttpPort` in values.yaml --- charts/dshackle/values.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/dshackle/values.yaml b/charts/dshackle/values.yaml index 24689085..3b464a22 100644 --- a/charts/dshackle/values.yaml +++ b/charts/dshackle/values.yaml @@ -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`