Skip to content

Commit

Permalink
fix: Update replicas count in deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 22, 2025
1 parent b4f7304 commit 0dd5ec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion charts/contributoor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
annotations:
{{- toYaml .Values.annotations | nindent 4 }}
spec:
replicas: {{ .Values.replicas }}
replicas: 1
selector:
matchLabels:
{{- include "contributoor.selectorLabels" . | nindent 6 }}
Expand Down
13 changes: 0 additions & 13 deletions charts/contributoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@ nameOverride: ""
# -- Overrides the chart's computed fullname
fullnameOverride: ""

# -- Number of replicas
replicas: 1

autoscaling:
# -- Autoscaling configuration
enabled: false
# -- Minimum number of replicas
minReplicas: 2
# -- Maximum number of replicas
maxReplicas: 3
# -- Target CPU utilization percentage
targetCPUUtilizationPercentage: 85

image:
# -- contributoor container image repository
repository: ethpandaops/contributoor
Expand Down

0 comments on commit 0dd5ec3

Please sign in to comment.