From c87c80d9b26308ddeb3120844da734194785f54d Mon Sep 17 00:00:00 2001 From: Donislav Belev Date: Thu, 12 Nov 2020 13:55:12 +0200 Subject: [PATCH] Cleanup CoreOS setup --- .../synthetic-image-publication-monitor_delivery.yaml | 4 ---- .../synthetic-image-publication-monitor_eks_delivery.yaml | 1 - .../templates/deployment.yaml | 4 ---- helm/synthetic-image-publication-monitor/values.yaml | 1 - 4 files changed, 10 deletions(-) delete mode 100644 helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_delivery.yaml diff --git a/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_delivery.yaml b/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_delivery.yaml deleted file mode 100644 index 685a371..0000000 --- a/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_delivery.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Values used for the deployed application. -replicaCount: 1 -service: - name: synthetic-image-publication-monitor diff --git a/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_eks_delivery.yaml b/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_eks_delivery.yaml index 8afb796..685a371 100644 --- a/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_eks_delivery.yaml +++ b/helm/synthetic-image-publication-monitor/app-configs/synthetic-image-publication-monitor_eks_delivery.yaml @@ -2,4 +2,3 @@ replicaCount: 1 service: name: synthetic-image-publication-monitor -eksCluster: true diff --git a/helm/synthetic-image-publication-monitor/templates/deployment.yaml b/helm/synthetic-image-publication-monitor/templates/deployment.yaml index 7173e84..895572e 100644 --- a/helm/synthetic-image-publication-monitor/templates/deployment.yaml +++ b/helm/synthetic-image-publication-monitor/templates/deployment.yaml @@ -1,8 +1,4 @@ -{{- if .Values.eksCluster }} apiVersion: apps/v1 -{{- else }} -apiVersion: extensions/v1beta1 -{{- end }} kind: Deployment metadata: name: {{ .Values.service.name }} diff --git a/helm/synthetic-image-publication-monitor/values.yaml b/helm/synthetic-image-publication-monitor/values.yaml index ca9f7fb..98a5755 100644 --- a/helm/synthetic-image-publication-monitor/values.yaml +++ b/helm/synthetic-image-publication-monitor/values.yaml @@ -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