From 09dba6a672e3681e433b5939bce92c1c72d38e66 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Wed, 7 Feb 2018 05:01:15 +0000 Subject: [PATCH] Bug Fix - Update Deckhand Ingress Port The port should be 80 instead as that is the port that is opened on the Ingress Controller. Change-Id: Ie0241d5fae5cce0403410e0c9bf3b0ce25a7d84c --- charts/deckhand/templates/service-ingress.yaml | 4 ++-- charts/deckhand/values.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/deckhand/templates/service-ingress.yaml b/charts/deckhand/templates/service-ingress.yaml index 20a9f0d2..26d35e33 100644 --- a/charts/deckhand/templates/service-ingress.yaml +++ b/charts/deckhand/templates/service-ingress.yaml @@ -1,5 +1,5 @@ {{/* -Copyright 2017 The Openstack-Helm Authors. +Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ metadata: spec: ports: - name: http - port: 9000 + port: 80 selector: app: ingress-api {{- end }} diff --git a/charts/deckhand/values.yaml b/charts/deckhand/values.yaml index c2022ea5..7d38ac84 100644 --- a/charts/deckhand/values.yaml +++ b/charts/deckhand/values.yaml @@ -119,6 +119,7 @@ endpoints: port: api: default: 9000 + public: 80 path: default: /api/v1.0 scheme: