From 886ba7c4aaf299b442556af7dab9cb271d7f905d Mon Sep 17 00:00:00 2001 From: facchettos Date: Thu, 25 Jan 2024 14:57:22 +0100 Subject: [PATCH] removed unused values since the merge into a single container --- charts/eks/values.yaml | 4 ---- charts/k8s/values.yaml | 6 ------ 2 files changed, 10 deletions(-) diff --git a/charts/eks/values.yaml b/charts/eks/values.yaml index 8eb06438c0..44e070fc48 100644 --- a/charts/eks/values.yaml +++ b/charts/eks/values.yaml @@ -220,8 +220,6 @@ etcd: controller: image: public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.28.2-eks-1-28-6 imagePullPolicy: "" - # The amount of replicas to run the deployment with - replicas: 1 # NodeSelector used nodeSelector: {} # Affinity to apply @@ -245,8 +243,6 @@ api: image: public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.28.2-eks-1-28-6 imagePullPolicy: "" extraArgs: [] - # The amount of replicas to run the deployment with - replicas: 1 # NodeSelector used to schedule the syncer nodeSelector: {} # Affinity to apply to the syncer deployment diff --git a/charts/k8s/values.yaml b/charts/k8s/values.yaml index d943e3f48a..26934562cb 100644 --- a/charts/k8s/values.yaml +++ b/charts/k8s/values.yaml @@ -224,8 +224,6 @@ etcd: controller: image: registry.k8s.io/kube-controller-manager:v1.29.0 imagePullPolicy: "" - # The amount of replicas to run the deployment with - replicas: 1 # NodeSelector used nodeSelector: {} # Affinity to apply @@ -247,8 +245,6 @@ controller: scheduler: image: registry.k8s.io/kube-scheduler:v1.29.0 imagePullPolicy: "" - # The amount of replicas to run the deployment with - replicas: 1 # NodeSelector used nodeSelector: {} # Affinity to apply @@ -272,8 +268,6 @@ api: image: registry.k8s.io/kube-apiserver:v1.29.0 imagePullPolicy: "" extraArgs: [] - # The amount of replicas to run the deployment with - replicas: 1 # NodeSelector used to schedule the syncer nodeSelector: {} # Affinity to apply to the syncer deployment