diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-05-11 19:39:10 +0100 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-05-15 18:48:13 +0000 |
commit | 1256637d8781647464fd65529abba20c80fc73fc (patch) | |
tree | 95ef0e1db7aa047d537d6376e440b672f35e2b48 /kubernetes/sdc/components/sdc-fe/values.yaml | |
parent | 12b4f95a8e210cf6e7ed9b7e8d9241cba80b900b (diff) |
[SDC] Fix non ssl NodePort
Use single NodePort when needTLS = true
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I094edc8069ace49fdaa0e3fb56796530b748c72e
Issue-ID: OOM-2957
Diffstat (limited to 'kubernetes/sdc/components/sdc-fe/values.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-fe/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml index 6267da90f3..e86ae4c0d2 100644 --- a/kubernetes/sdc/components/sdc-fe/values.yaml +++ b/kubernetes/sdc/components/sdc-fe/values.yaml @@ -114,9 +114,10 @@ service: portName: http internalPort: 8181 externalPort: 8181 - nodePort2: "07" internalPort2: 9443 externalPort2: 9443 + nodePort: "07" + ingress: enabled: false |