dolibarr CRM

This commit is contained in:
2022-03-12 15:36:23 +01:00
parent edb5dd8e83
commit 8732c960bb
2 changed files with 6 additions and 3 deletions

3
apps/dolibarr/README.md Normal file
View File

@@ -0,0 +1,3 @@
create nginx configmap
kubectl -n live-env create configmap dolibarr-nginx-site --from-file=nginx-site.configmap.conf

View File

@@ -59,17 +59,17 @@ spec:
- name: POSTGRES_USER
value: dolibarr
- name: POSTGRES_PASSWORD
value: Vb7yHzmE5HIjfU4hf89aXAmEEmxAnMdB
value: Vb7yHzmE5HIjfU4hjghjghj6AnMdB
ports:
- name: php-fpm
containerPort: 9000
protocol: TCP
resources:
requests:
memory: "512Mi"
memory: "128Mi"
cpu: "250m"
limits:
memory: "768Mi"
memory: "256Mi"
cpu: "3000m"
---