Merged in feature/404multidev (pull request #28)
Feature/404multidev * Fix socket location * Fix socket location * Fix socket location * Fix socket location * To fix sock file issue * fix issues with clear_env = no * Ondemand fpm and deploy update * Merged develop into feature/404multidev * Merged develop into feature/404multidev * Add config map for www pool and supd Approved-by: Rachit Bhargava
This commit is contained in:
committed by
Rachit Bhargava
parent
26436a6c6d
commit
f7484692e6
@@ -58,7 +58,7 @@ spec:
|
||||
command:
|
||||
- /root/redinessprobe-wp.sh
|
||||
initialDelaySeconds: 90
|
||||
periodSeconds: 10
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 5
|
||||
successThreshold: 1
|
||||
@@ -84,7 +84,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 2048Mi
|
||||
memory: 5120Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 1024Mi
|
||||
@@ -117,6 +117,11 @@ spec:
|
||||
name: empty-dir
|
||||
- mountPath: /usr/share/nginx/subdomain/dev05/wp-content/wflogs
|
||||
name: empty-dir
|
||||
- mountPath: /etc/supervisord.conf
|
||||
subPath: supervisord.conf
|
||||
name: supervisord-conf
|
||||
- mountPath: /etc/php/7.4/fpm/pool.d/
|
||||
name: fpm-pool-www-conf
|
||||
dnsPolicy: ClusterFirst
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
@@ -150,3 +155,11 @@ spec:
|
||||
name: medicalalert-web-default-conf-cm
|
||||
- emptyDir: {}
|
||||
name: empty-dir
|
||||
- name: supervisord-conf
|
||||
configMap:
|
||||
defaultMode: 420
|
||||
name: supervisord-cm
|
||||
- name: fpm-pool-www-conf
|
||||
configMap:
|
||||
defaultMode: 420
|
||||
name: fpm-pool-www-conf-cm
|
||||
|
||||
Reference in New Issue
Block a user