increase postgres resources

This commit is contained in:
Márcio Fernandes
2026-08-24 22:39:38 +00:00
parent 40185c1079
commit dfbb6a003c
2 changed files with 17 additions and 3 deletions
+8 -2
View File
@@ -19,13 +19,19 @@ References:
- <https://gitea.com/gitea/helm-gitea> - <https://gitea.com/gitea/helm-gitea>
- <https://dl.gitea.com/charts/> - <https://dl.gitea.com/charts/>
Setup fluxcd and non reconcilable resources.
For fluxcd setup execute.
```bash ```bash
ops-scripts/apply-flux.sh ops-scripts/apply-flux.sh
``` ```
**Add chart, if inspect required.**
``` bash
helm repo add gitea-charts https://dl.gitea.com/charts/
helm repo update
```
**Encrypt secrets:** **Encrypt secrets:**
``` bash ``` bash
+9 -1
View File
@@ -102,7 +102,15 @@ postgresql:
password: "" # !!! set on values.private.yaml password: "" # !!! set on values.private.yaml
database: "" # !!! set on values.private.yaml database: "" # !!! set on values.private.yaml
username: "" # !!! set on values.private.yaml username: "" # !!! set on values.private.yaml
resources:
limits:
cpu: 500m
ephemeral-storage: 2Gi
memory: 512Mi
requests:
cpu: 250m
ephemeral-storage: 50Mi
memory: 256Mi
serviceAccount: serviceAccount:
# serviceAccount resources are owned and managed by the Infrastructure layer. # serviceAccount resources are owned and managed by the Infrastructure layer.
# The CI/CD ServiceAccount used for application deployments does not have # The CI/CD ServiceAccount used for application deployments does not have