mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Commit bodhi on openshift stabilization fixes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user