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

Commit

Permalink
Merge pull request #29 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 13, 2020
2 parents 57771c4 + c87c80d commit b9ce00a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
replicaCount: 1
service:
name: synthetic-image-publication-monitor
eksCluster: true
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/synthetic-image-publication-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
service:
name: "" # The name of the service, should be defined in the specific app-configs folder.
hasHealthcheck: "true"
eksCluster: false
image:
repository: coco/coco-synthetic-image-publication-monitor
pullPolicy: Always
Expand Down

0 comments on commit b9ce00a

Please sign in to comment.