From: wrider Date: Thu, 11 Jul 2019 18:44:09 +0000 (-0400) Subject: typo fix X-Git-Tag: 0.0.2~68 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c385fa40ae674b4dff726b2a2a90bf2f93314d9c;hp=-c;p=it%2Fdep.git typo fix Change-Id: I16d75f1b20f66921f2a8804d4519535c320b2e2a Signed-off-by: wrider --- c385fa40ae674b4dff726b2a2a90bf2f93314d9c diff --git a/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml b/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml index 96839eb9..e5958749 100644 --- a/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml +++ b/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml @@ -70,5 +70,5 @@ subsets: ports: - port: {{ include "common.ingresshttpport.ricinfra" . }} name: {{ include "common.ingressurl.ricinfra" . }}-http-ingress-port - - port: {{ include "common.ingresshttspport.ricinfra" . }} + - port: {{ include "common.ingresshttpsport.ricinfra" . }} name: {{ include "common.ingressurl.ricinfra" . }}-https-ingress-port