From d03d295767e5bdde3b7b589315f387e4724e5638 Mon Sep 17 00:00:00 2001 From: "Clark, Peter" Date: Mon, 21 Aug 2017 13:57:48 +0100 Subject: [PATCH] :ok_hand: Removing the ingress host from the values.yaml --- helm/draft-annotations-api/templates/admin-ingress.yaml | 2 +- helm/draft-annotations-api/templates/ingress.yaml | 2 +- helm/draft-annotations-api/values.yaml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helm/draft-annotations-api/templates/admin-ingress.yaml b/helm/draft-annotations-api/templates/admin-ingress.yaml index 5f4cc6e..f9178d1 100644 --- a/helm/draft-annotations-api/templates/admin-ingress.yaml +++ b/helm/draft-annotations-api/templates/admin-ingress.yaml @@ -13,7 +13,7 @@ metadata: spec: rules: - - host: {{.Values.ingress.host}} + - host: "*.ft.com" http: paths: - path: /__{{.Values.service.name}}/ diff --git a/helm/draft-annotations-api/templates/ingress.yaml b/helm/draft-annotations-api/templates/ingress.yaml index 4db7c90..4409217 100644 --- a/helm/draft-annotations-api/templates/ingress.yaml +++ b/helm/draft-annotations-api/templates/ingress.yaml @@ -13,7 +13,7 @@ metadata: ingress.kubernetes.io/rewrite-target: /drafts/content/ spec: rules: - - host: {{.Values.ingress.host}} + - host: "*.ft.com" http: paths: - path: /drafts/content/.*/annotations diff --git a/helm/draft-annotations-api/values.yaml b/helm/draft-annotations-api/values.yaml index ca09bc5..f712749 100644 --- a/helm/draft-annotations-api/values.yaml +++ b/helm/draft-annotations-api/values.yaml @@ -8,5 +8,3 @@ replicaCount: 2 image: repository: coco/draft-annotations-api pullPolicy: Always -ingress: - host: "*.ft.com"