From c385fa40ae674b4dff726b2a2a90bf2f93314d9c Mon Sep 17 00:00:00 2001 From: wrider Date: Thu, 11 Jul 2019 14:44:09 -0400 Subject: [PATCH] typo fix Change-Id: I16d75f1b20f66921f2a8804d4519535c320b2e2a Signed-off-by: wrider --- ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6