Fix typo in Shipyard Chart

There was a need to make changes to the variable names when we
merged the Airflow and Shipyard charts. This resulted in typo
in variable name in the service-shipyard-ingress.yaml which stops
the service from being deployed.

This P.S. is meant to correct that behavior

We also need the public endpoint for shipyard to be on port 80
so that the CLI will work properly with the Ingress Controller

Change-Id: I0483e8ab9e3eb7839149413311abb8c1475f59fa
This commit is contained in:
Anthony Lin 2017-11-04 13:39:55 +00:00
parent d9179c8b1a
commit 28c24eb221
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if .Values.manifests.shipyard_service_ingress }}
{{- if .Values.manifests.service_shipyard_ingress }}
{{- $envAll := . }}
{{- if .Values.network.shipyard.ingress.public }}
---

View File

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