Skip to content

Commit

Permalink
chore: added replica count default params
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent 0c7e148 commit ccb4fad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "cf-ledger-sync.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: {{ .Values.indexer.replicaCount }}
strategy:
type: Recreate
selector:
Expand Down
3 changes: 3 additions & 0 deletions deploy/cf-ledger-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ blocks:
dbSchema: public

indexer:
enabled: true
replicaCount: 1
postgres:
dbSchema: public
secretName: postgres-secrets
Expand All @@ -64,6 +66,7 @@ indexer:

aggregation:
enabled: false
replicaCount: 1
image:
repository: cardanofoundation/cf-ledger-sync-aggregation
tag: "7b05530"
Expand Down

0 comments on commit ccb4fad

Please sign in to comment.