Fix configuration for ingress CDS blueprints 00/110000/2
authorLucjan Bryndza <l.bryndza@samsung.com>
Thu, 9 Jul 2020 09:00:20 +0000 (09:00 +0000)
committerLucjan Bryndza <l.bryndza@samsung.com>
Mon, 13 Jul 2020 07:33:56 +0000 (07:33 +0000)
Fix wrong configuration for ingress CDS
blueprints processor, causes that the service
is inaccessible trough ingress controller

Change-Id: I3ecd0ec6f5dd882be615bd1a5f617781ae4d486b
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Issue-ID: OOM-2488

kubernetes/cds/charts/cds-blueprints-processor/values.yaml

index 500e3a5..c481a4b 100755 (executable)
@@ -154,7 +154,7 @@ ingress:
   enabled: false
   service:
     - baseaddr: "blueprintsprocessorhttp"
-      name: "blueprints-processor-http"
+      name: "cds-blueprints-processor-http"
       port: 8080
   config:
     ssl: "none"