Merge "Verify helm charts with client lint and template"
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / ves / templates / ingress-ves.yaml
index 6db96de..d46223e 100644 (file)
@@ -1,12 +1,12 @@
 apiVersion: extensions/v1beta1
 kind: Ingress
 metadata:
-  name: ric-ingress-ves
+  name: {{ include "common.ingressname.ves" . }}
 spec:
   rules:
   - http:
       paths:
       - path: /vescollector
         backend:
-          serviceName: xdcae-ves-collector
+          serviceName: {{ include "common.servicename.ves.http" . }}
           servicePort: {{ include "common.serviceport.ves.http.container" . }}