We do not yet have http2, allow us to disable it
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2ee50fb61a
commit
31fdf3dc60
1 changed files with 5 additions and 3 deletions
|
@ -761,9 +761,11 @@ openshift_master_console_port={{openshift_console_port}}
|
||||||
# each OpenShift service: node, master (api and controllers).
|
# each OpenShift service: node, master (api and controllers).
|
||||||
# API and controllers environment variables are merged in single
|
# API and controllers environment variables are merged in single
|
||||||
# master environments.
|
# master environments.
|
||||||
#openshift_master_api_env_vars={"ENABLE_HTTP2": "true"}
|
{% if defined no_http2 and no_http2 %}
|
||||||
#openshift_master_controllers_env_vars={"ENABLE_HTTP2": "true"}
|
openshift_master_api_env_vars={"ENABLE_HTTP2": "true"}
|
||||||
#openshift_node_env_vars={"ENABLE_HTTP2": "true"}
|
openshift_master_controllers_env_vars={"ENABLE_HTTP2": "true"}
|
||||||
|
openshift_node_env_vars={"ENABLE_HTTP2": "true"}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Enable API service auditing, available as of 3.2
|
# Enable API service auditing, available as of 3.2
|
||||||
#openshift_master_audit_config={"enabled": true}
|
#openshift_master_audit_config={"enabled": true}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue