Skip to content

Commit

Permalink
[stacks-blockchain-api]: fix HPA deployment reference (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 authored Aug 29, 2022
1 parent ffcf308 commit 94b2177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ sources:
- https://github.com/hirosystems/stacks-blockchain-api
- https://docs.hiro.so/api
- https://docs.hiro.so/get-started/stacks-blockchain-api
version: 1.0.3
version: 1.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
scaleTargetRef:
apiVersion: {{ include "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
name: {{ include "common.names.fullname" . }}
name: {{ include "common.names.fullname" . }}-reader
minReplicas: {{ .Values.apiReader.autoscaling.minReplicas }}
maxReplicas: {{ .Values.apiReader.autoscaling.maxReplicas }}
metrics:
Expand Down

0 comments on commit 94b2177

Please sign in to comment.