diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-04-25 16:40:24 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-04-25 16:40:33 +0100 |
commit | 04480347c89a69836b5be2f1cf14cbfb2429e6cc (patch) | |
tree | 11644ae8cdc53b19e40e027e9d7396435bd81d89 /kubernetes/sdc/components/sdc-fe/values.yaml | |
parent | 700dbc0ee227049c9d4e842f8af2dadd4417671a (diff) |
[SDC] Remove http nodePort
Removing http nodePort
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie7d3ae73db73aa7ae07931ae1b0ca8a5187d0ee8
Issue-ID: OOM-2966
Diffstat (limited to 'kubernetes/sdc/components/sdc-fe/values.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-fe/values.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml index a2502a9fca..6267da90f3 100644 --- a/kubernetes/sdc/components/sdc-fe/values.yaml +++ b/kubernetes/sdc/components/sdc-fe/values.yaml @@ -112,7 +112,6 @@ service: type: NodePort name: sdc-fe portName: http - nodePort: "06" internalPort: 8181 externalPort: 8181 nodePort2: "07" |