Skip to content

Commit

Permalink
chore: cleanup bitcoind autoscaling config (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Oct 31, 2023
1 parent 0897fd2 commit 615a3f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
28 changes: 0 additions & 28 deletions charts/bitcoind/templates/hpa.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions charts/bitcoind/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ metadata:
{{- end }}
spec:
serviceName: {{ include "bitcoind.fullname" . }}
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "bitcoind.selectorLabels" . | nindent 6 }}
Expand Down
7 changes: 0 additions & 7 deletions charts/bitcoind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ persistence:
accessMode: ReadWriteOnce
size: 750Gi

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit 615a3f1

Please sign in to comment.