This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from Financial-Times/UPPSF-1355-add-delivery-c…
…onfigs Add EKS configs
- Loading branch information
Showing
4 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
helm/content-preview/app-configs/content-preview_eks_delivery.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Values used for the deployed application. | ||
service: | ||
name: content-preview | ||
eksCluster: true | ||
env: | ||
BUSINESS_IMPACT: "Editorial users won't be able to preview articles" | ||
TRANSFORM_APP_URI: http://methode-article-mapper:8080/map | ||
TRANSFORM_APP_HEALTH_URI: http://methode-article-mapper:8080/__health | ||
TRANSFORM_APP_NAME: methode-article-mapper | ||
TRANSFORM_APP_PANIC_GUIDE: https://dewey.ft.com/up-mam.html |
10 changes: 10 additions & 0 deletions
10
helm/content-preview/app-configs/internal-components-preview_eks_delivery.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Values used for the deployed application. | ||
service: | ||
name: internal-components-preview | ||
eksCluster: true | ||
env: | ||
BUSINESS_IMPACT: "Editorial users won't be able to preview internal components on articles" | ||
TRANSFORM_APP_URI: http://methode-article-internal-components-mapper:8080/map | ||
TRANSFORM_APP_HEALTH_URI: http://methode-article-internal-components-mapper:8080/__health | ||
TRANSFORM_APP_NAME: methode-article-internal-components-mapper | ||
TRANSFORM_APP_PANIC_GUIDE: https://dewey.ft.com/up-maicm.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters