diff --git a/chart/values.yaml b/chart/values.yaml index 95d4999ca6813cf5bf4f468a49963c38ecfcf1d5..56ef5884cfb972f93b3c5dd10804763e194e8948 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -56,12 +56,12 @@ readinessProbe: postgresql: enabled: true resources: -# limits: -# cpu: 100m -# memory: 128Mi + limits: + cpu: 100m + memory: 128Mi requests: -# cpu: 100m -# memory: 128Mi + cpu: 100m + memory: 128Mi ## Configure PodDisruptionBudget ## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/