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

Commit

Permalink
Merge pull request #28 from Financial-Times/fix/CPH-267-config-cleanup
Browse files Browse the repository at this point in the history
Clean CoreOS setup
  • Loading branch information
dbelev committed Nov 2, 2020
2 parents f880d0e + cbaad5e commit d09db61
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
replicaCount: 2
service:
name: content-collection-unfolder
eksCluster: true
env:
UNFOLDING_WHITELIST: content-package
WRITER_URI: http://content-collection-rw-neo4j:8080/content-collection/
Expand All @@ -13,4 +12,3 @@ env:
RELATIONS_RESOLVER_HEALTH_URI: http://relations-api:8080/__health
Q_WRITE_TOPIC: PostPublicationEvents
REQUEST_TIMEOUT: '"2"'

4 changes: 0 additions & 4 deletions helm/content-collection-unfolder/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{{- if .Values.eksCluster }}
apiVersion: apps/v1
{{- else }}
apiVersion: extensions/v1beta1
{{- end }}
kind: Deployment
metadata:
name: {{ .Values.service.name }}
Expand Down
1 change: 0 additions & 1 deletion helm/content-collection-unfolder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ service:
name: "" # The name of the service, should be defined in the specific app-configs folder.
hasHealthcheck: "true"
isResilient: "false"
eksCluster: false
replicaCount: 2
image:
repository: coco/content-collection-unfolder
Expand Down

0 comments on commit d09db61

Please sign in to comment.