From 7ab8e150dd24878155cdadce7ab10020bd08f184 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 11 May 2023 17:13:58 +0000 Subject: [PATCH] Manifests: - Removed unused code --- manifests/nginx_ingress_http.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifests/nginx_ingress_http.yaml b/manifests/nginx_ingress_http.yaml index 5db05d4af..80caefa93 100644 --- a/manifests/nginx_ingress_http.yaml +++ b/manifests/nginx_ingress_http.yaml @@ -36,13 +36,6 @@ spec: name: webuiservice port: number: 3000 - #- path: /context(/|$)(.*) - # pathType: Prefix - # backend: - # service: - # name: contextservice - # port: - # number: 8080 - path: /()(restconf/.*) pathType: Prefix backend: -- GitLab