Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[kibana] Always set server.host to the docker default #168

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Commits on Jun 17, 2019

  1. [kibana] Always set server.host to the docker default

    Fixes: #156
    
    The Kibana docker image comes with
    [server.host](https://github.com/elastic/kibana/blob/3a1d4ad0acd986f55b7da532878e842dd62a1237/src/dev/build/tasks/os_packages/docker_generator/templates/kibana_yml.template.js#L30)
    set in the default `kibana.yml`. This setting is needed to make sure
    that services and ingress work correctly. If someone overrides the
    kibana.yml with custom configuration this setting changes back to the
    kibana default which is `localhost`.
    
    This keeps the setting consistent for the default helm install with
    default values and for anyone customising `kibana.yml`
    Crazybus committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    1eac119 View commit details
    Browse the repository at this point in the history