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

[logstash] use only httpPort in headless service #839

Merged
merged 1 commit into from
Oct 14, 2020

Commits on Oct 14, 2020

  1. [logstash] use only httpPort in headless service

    This commit fix an issue introduced in 8ed75a9 where helm
    install/upgrade is failing if a NodePort service is defined (see [0] for
    more details).
    
    Logstash headless service used to manage Statefulset does not anymore include
    `.Values.service.ports` and include only Logstash httpPort.
    
    This is done because headless service `ports` doesn't accept `nodePort`
    values that can be included in `.Values.service.ports` when adding a
    NodePort service.
    
    [0]: elastic#807
    jmlrt committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    c562335 View commit details
    Browse the repository at this point in the history