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
This commit is contained in:
Anthony Lin 2018-02-07 05:01:15 +00:00
parent 18704ff74d
commit 09dba6a672
2 changed files with 3 additions and 2 deletions

View File

@ -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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ metadata:
spec: spec:
ports: ports:
- name: http - name: http
port: 9000 port: 80
selector: selector:
app: ingress-api app: ingress-api
{{- end }} {{- end }}

View File

@ -119,6 +119,7 @@ endpoints:
port: port:
api: api:
default: 9000 default: 9000
public: 80
path: path:
default: /api/v1.0 default: /api/v1.0
scheme: scheme: