Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
👌 Removing the ingress host from the values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
peteclark-ft committed Aug 21, 2017
1 parent 930f8ca commit d03d295
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/draft-annotations-api/templates/admin-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:

spec:
rules:
- host: {{.Values.ingress.host}}
- host: "*.ft.com"
http:
paths:
- path: /__{{.Values.service.name}}/
Expand Down
2 changes: 1 addition & 1 deletion helm/draft-annotations-api/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions helm/draft-annotations-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ replicaCount: 2
image:
repository: coco/draft-annotations-api
pullPolicy: Always
ingress:
host: "*.ft.com"

0 comments on commit d03d295

Please sign in to comment.