Skip to content

Commit

Permalink
removed unused values since the merge into a single container
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jan 25, 2024
1 parent 786b1bb commit 973067e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 98 deletions.
40 changes: 0 additions & 40 deletions charts/eks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,52 +220,12 @@ 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
affinity: {}
# Tolerations to apply
tolerations: []
# Extra Labels
labels: {}
# Extra Annotations
annotations: {}
podAnnotations: {}
podLabels: {}
resources:
requests:
cpu: 15m
priorityClassName: ""
securityContext: {}

# Kubernetes API Server settings
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
affinity: {}
# Tolerations to apply to the syncer deployment
tolerations: []
# Extra Labels for the syncer deployment
labels: {}
# Extra Annotations for the syncer deployment
annotations: {}
podAnnotations: {}
podLabels: {}
resources:
requests:
cpu: 40m
memory: 300Mi
priorityClassName: ""
securityContext: {}
serviceAnnotations: {}

# Core DNS settings
coredns:
Expand Down
59 changes: 1 addition & 58 deletions charts/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,75 +224,18 @@ 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
affinity: {}
# Tolerations to apply
tolerations: []
# Extra Labels
labels: {}
# Extra Annotations
annotations: {}
podAnnotations: {}
podLabels: {}
resources:
requests:
cpu: 15m
priorityClassName: ""
securityContext: {}

# Kubernetes Scheduler settings. Only enabled if sync.nodes.enableScheduler is true
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
affinity: {}
# Tolerations to apply
tolerations: []
# Extra Labels
labels: {}
# Extra Annotations
annotations: {}
podAnnotations: {}
podLabels: {}
resources:
requests:
cpu: 10m
priorityClassName: ""
disabled: true

# Kubernetes API Server settings
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
affinity: {}
# Tolerations to apply to the syncer deployment
tolerations: []
# Extra Labels for the syncer deployment
labels: {}
# Extra Annotations for the syncer deployment
annotations: {}
podAnnotations: {}
podLabels: {}
resources:
requests:
cpu: 40m
memory: 300Mi
priorityClassName: ""
securityContext: {}
serviceAnnotations: {}

# Service account that should be used by the vcluster
serviceAccount:
Expand Down

0 comments on commit 973067e

Please sign in to comment.