Moving dev back to LF Gerrit
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / templates / ingress-appmgr.yaml
index d2342a5..e515d12 100644 (file)
@@ -1,12 +1,12 @@
-apiVersion: extensions/v1beta1
+apiVersion: networking.k8s.io/v1beta1
 kind: Ingress
 metadata:
-  name: ric-ingress-appmgr
+  name: {{ include "common.ingressname.appmgr" . }}
 spec:
   rules:
   - http:
       paths:
-      - path: /appmgr
+      - path: {{ include "common.kongpath.ric.appmgr" . }}
         backend:
-          serviceName: {{ include "appmgr.fullname" . }}
-          servicePort: {{ .Values.appmgr.service.port }}
\ No newline at end of file
+          serviceName: {{ include "common.servicename.appmgr.http" . }}
+          servicePort: {{ include "common.serviceport.appmgr.http" . }}