Moving dev back to LF Gerrit
[it/dep.git] / ric-infra / 15-Chartmuseum / helm / chartmuseum / templates / ingress.yaml
index 8ecd7e1..747942a 100644 (file)
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-apiVersion: extensions/v1beta1
+apiVersion: networking.k8s.io/v1beta1
 kind: Ingress
 metadata:
   name: {{ include "common.ingressname.chartmuseum" . }}
 spec:
   tls:
     - hosts:
-      - {{ include "common.ingressurl.localhelm" . }}
+      - {{ include "common.ingressurl.aux" . }}
       secretName: secret-{{ include "common.name.chartmuseum" . }}
   rules:
-    - host: {{ include "common.ingressurl.localhelm" . }}
-      http:
+    - http:
         paths:
           - backend:
               serviceName: {{ include "common.servicename.chartmuseum.http" . }}
               servicePort: http
-            path: "/"
+            path: "/helm"