Skip to content

Commit

Permalink
Merge pull request #96 from Financial-Times/fix/CPH-267-config-cleanup
Browse files Browse the repository at this point in the history
Cleanup CoreOS setup
  • Loading branch information
dbelev committed Nov 3, 2020
2 parents 84430da + 33126f4 commit 7ddf28e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 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: notifications-push
eksCluster: true
env:
TOPIC: "PostPublicationEvents"
METADATA_TOPIC: "PostConceptAnnotations"
Expand Down
4 changes: 0 additions & 4 deletions helm/notifications-push/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/notifications-push/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/notifications-push
Expand Down

0 comments on commit 7ddf28e

Please sign in to comment.