Skip to content

Commit

Permalink
fix: Change resource defaults for postgres (#827)
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Backonja <milos.backonja@iohk.io>
Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io>
  • Loading branch information
milosbackonja authored and shotexa committed Mar 18, 2024
1 parent 97a7040 commit 38796db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions infrastructure/charts/agent/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
agent: agent-admin
postgresql:
version: "14"
parameters: # Expert section
shared_buffers: {{ .Values.database.postgres.sharedBuffers | quote }}
max_connections: {{ .Values.database.postgres.maxConnections | quote }}

{{- if .Values.keycloak.enabled }}
---
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ database:
managingTeam: atala
databaseSize: 4Gi
numberOfInstances: 2
sharedBuffers: 125MB
maxConnections: 40
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 38796db

Please sign in to comment.