Skip to content

Commit

Permalink
Change the number of replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
mchompalova committed Jan 7, 2020
1 parent 33e73a1 commit 7178879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Values used for the deployed application.
replicaCount: 2
replicaCount: 1
service:
name: post-publication-combiner
env:
Expand All @@ -16,4 +16,4 @@ env:
PUBLIC_ANNOTATIONS_API_ENDPOINT: /content/{uuid}/annotations
WHITELISTED_METADATA_ORIGIN_SYSTEM_HEADERS: "http://cmdb.ft.com/systems/pac, http://cmdb.ft.com/systems/methode-web-pub, http://cmdb.ft.com/systems/next-video-editor"
WHITELISTED_CONTENT_URIS: "methode-article-mapper, wordpress-article-mapper, next-video-mapper, upp-content-validator"
WHITELISTED_CONTENT_TYPES: "Article, Video, MediaResource, Audio, ,"
WHITELISTED_CONTENT_TYPES: "Article, Video, MediaResource, Audio, ,"
4 changes: 2 additions & 2 deletions helm/post-publication-combiner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service:
name: "" # The name of the service, should be defined in the specific app-configs folder.
hasHealthcheck: "true"
isResilient: "false"
replicaCount: 2
replicaCount: 1
image:
repository: coco/post-publication-combiner
pullPolicy: IfNotPresent
Expand All @@ -28,4 +28,4 @@ env:
PUBLIC_ANNOTATIONS_API_ENDPOINT: ""
WHITELISTED_METADATA_ORIGIN_SYSTEM_HEADERS: ""
WHITELISTED_CONTENT_URIS: ""
WHITELISTED_CONTENT_TYPES: ""
WHITELISTED_CONTENT_TYPES: ""

0 comments on commit 7178879

Please sign in to comment.