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: