Add property metrics.url.ac to Dashboard chart
[it/dep.git] / ric-aux / 85-Ext-Services / helm / extsvcaux / templates / services-helm.yaml
index 6ce4f2f..e1a24b4 100644 (file)
 kind: "Service"
 apiVersion: "v1"
 metadata:
-  name: {{ include "common.ingressurl.localhelm" . }}
-  namespace: {{ include "common.namespace" . }}
+  name: {{ include "common.ingressurl.helm" . }}
+  namespace: {{ include "common.namespace.aux" . }}
 spec:
   ports:
-    - name: {{ include "common.ingressurl.localhelm" . }}-http-ingress-port
+    - name: {{ include "common.ingressurl.helm" . }}-http-ingress-port
       protocol: "TCP"
       port: 80
-    - name: {{ include "common.ingressurl.localhelm" . }}-https-ingress-port
+    - name: {{ include "common.ingressurl.helm" . }}-https-ingress-port
       protocol: "TCP"
       port: 443
 ---
@@ -33,13 +33,13 @@ kind: "Endpoints"
 apiVersion: "v1"
 metadata:
   # match with the selector-less service
-  name: {{ include "common.ingressurl.localhelm" . }}
-  namespace: {{ include "common.namespace" . }}
+  name: {{ include "common.ingressurl.helm" . }}
+  namespace: {{ include "common.namespace.aux" . }}
 subsets: 
   - addresses:
       - ip: "{{ .Values.extsvcaux.auxip }}"
     ports:
-      - port: {{ include "common.ingresshttpport.ricinfra" . }}
-        name: {{ include "common.ingressurl.localhelm" . }}-http-ingress-port
-      - port: {{ include "common.ingresshttpsport.ricinfra" . }}
-        name: {{ include "common.ingressurl.localhelm" . }}-https-ingress-port
+      - port: {{ include "common.ingresshttpport.aux" . }}
+        name: {{ include "common.ingressurl.helm" . }}-http-ingress-port
+      - port: {{ include "common.ingresshttpsport.aux" . }}
+        name: {{ include "common.ingressurl.helm" . }}-https-ingress-port