diff --git a/infrastructure/charts/agent/templates/postgresql.yaml b/infrastructure/charts/agent/templates/postgresql.yaml index d453df3d59..b28f5a4e35 100644 --- a/infrastructure/charts/agent/templates/postgresql.yaml +++ b/infrastructure/charts/agent/templates/postgresql.yaml @@ -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 }} --- diff --git a/infrastructure/charts/agent/values.yaml b/infrastructure/charts/agent/values.yaml index 9b892b851a..a2937a8adb 100644 --- a/infrastructure/charts/agent/values.yaml +++ b/infrastructure/charts/agent/values.yaml @@ -68,8 +68,6 @@ database: managingTeam: atala databaseSize: 4Gi numberOfInstances: 2 - sharedBuffers: 125MB - maxConnections: 40 resources: requests: cpu: 100m