aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds
diff options
context:
space:
mode:
authorLucjan Bryndza <l.bryndza@samsung.com>2020-07-09 09:00:20 +0000
committerLucjan Bryndza <l.bryndza@samsung.com>2020-07-13 07:33:56 +0000
commit6174db418da20bdab4ee25e38a4470bddb8fc33e (patch)
tree97f112ecd6cd32eee58ce8353b940621a70f4ae7 /kubernetes/cds
parent85ba9615ed6d06f6cb86dbe5a076a76103e70990 (diff)
Fix configuration for ingress CDS blueprints
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
Diffstat (limited to 'kubernetes/cds')
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
index 500e3a536b..c481a4b1b3 100755
--- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
+++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
@@ -154,7 +154,7 @@ ingress:
enabled: false
service:
- baseaddr: "blueprintsprocessorhttp"
- name: "blueprints-processor-http"
+ name: "cds-blueprints-processor-http"
port: 8080
config:
ssl: "none"