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:
@@ -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 }}
|
||||
|
||||
@@ -119,6 +119,7 @@ endpoints:
|
||||
port:
|
||||
api:
|
||||
default: 9000
|
||||
public: 80
|
||||
path:
|
||||
default: /api/v1.0
|
||||
scheme:
|
||||
|
||||
Reference in New Issue
Block a user