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
|
- name: POSTGRES_USER
|
||||||
value: dolibarr
|
value: dolibarr
|
||||||
- name: POSTGRES_PASSWORD
|
- name: POSTGRES_PASSWORD
|
||||||
value: Vb7yHzmE5HIjfU4hf89aXAmEEmxAnMdB
|
value: Vb7yHzmE5HIjfU4hjghjghj6AnMdB
|
||||||
ports:
|
ports:
|
||||||
- name: php-fpm
|
- name: php-fpm
|
||||||
containerPort: 9000
|
containerPort: 9000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "128Mi"
|
||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
limits:
|
limits:
|
||||||
memory: "768Mi"
|
memory: "256Mi"
|
||||||
cpu: "3000m"
|
cpu: "3000m"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user