Commit bodhi on openshift stabilization fixes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
3c57dcaab4
commit
4904468ec3
2 changed files with 7 additions and 3 deletions
|
@ -63,7 +63,11 @@ data:
|
||||||
LoadModule authn_core_module modules/mod_authn_core.so
|
LoadModule authn_core_module modules/mod_authn_core.so
|
||||||
LoadModule authz_core_module modules/mod_authz_core.so
|
LoadModule authz_core_module modules/mod_authz_core.so
|
||||||
LoadModule unixd_module modules/mod_unixd.so
|
LoadModule unixd_module modules/mod_unixd.so
|
||||||
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
|
LoadModule mpm_event_module modules/mod_mpm_event.so
|
||||||
|
StartServers 20
|
||||||
|
ServerLimit 100
|
||||||
|
MaxRequestsPerChild 2000
|
||||||
|
MaxRequestWorkers 100
|
||||||
<Directory "/usr/share/doc/bodhi-docs/html/">
|
<Directory "/usr/share/doc/bodhi-docs/html/">
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
|
|
|
@ -58,13 +58,13 @@ items:
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /composes/
|
path: /
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /composes/
|
path: /
|
||||||
port: 8080
|
port: 8080
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue