diff --git a/README.md b/README.md index 76847b8..e0d24e6 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,19 @@ References: - - - -For fluxcd setup execute. +Setup fluxcd and non reconcilable resources. ```bash 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:** ``` bash diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 4b8013c..4d68d16 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -102,7 +102,15 @@ postgresql: password: "" # !!! set on values.private.yaml database: "" # !!! 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 resources are owned and managed by the Infrastructure layer. # The CI/CD ServiceAccount used for application deployments does not have