Skip to content

Commit

Permalink
Run two masterdata-api replicas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Dec 13, 2024
1 parent 5f299e4 commit 9b9812b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/metal-control-plane/templates/masterdata-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Deployment
metadata:
name: masterdata-api
spec:
replicas: {{ .Values.masterdata_api.replicas }}
selector:
matchLabels:
app: masterdata-api
Expand Down
1 change: 1 addition & 0 deletions charts/metal-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ ipam:
db_password: ""

masterdata_api:
replicas: 2
provider_tenant: ""
db_address: ""
db_port: 5432
Expand Down

0 comments on commit 9b9812b

Please sign in to comment.