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 authz_core_module modules/mod_authz_core.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/">
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
|
|
@ -58,13 +58,13 @@ items:
|
|||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /composes/
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /composes/
|
||||
path: /
|
||||
port: 8080
|
||||
volumes:
|
||||
- name: config-volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue