dolibarr CRM
This commit is contained in:
3
apps/dolibarr/README.md
Normal file
3
apps/dolibarr/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
create nginx configmap
|
||||
|
||||
kubectl -n live-env create configmap dolibarr-nginx-site --from-file=nginx-site.configmap.conf
|
||||
@@ -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"
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user