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

[logstash] add headless service for statefulset #695

Merged
merged 4 commits into from
Jun 29, 2020

Commits on Jun 26, 2020

  1. [logstash] add headless service for statefulset

    This commit add a mandatory headless service for Logstash statefulset.
    
    Headless service is required for Statefulsets.
    While Helm 2 allowed to deploy Statefulsets without a serviceName, Helm 3 enforce this requirement and fails if serviceName is missing.
    
    Note: Statefulsets don't accept serviceName field update during release upgrades. This change is therefore considered as a breaking change and will require using `helm upgrade --force` for upgrades.
    jmlrt committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    809e1cf View commit details
    Browse the repository at this point in the history
  2. fix test

    jmlrt committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f25291a View commit details
    Browse the repository at this point in the history
  3. fix 6.x test

    jmlrt committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    6415080 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    4386dc9 View commit details
    Browse the repository at this point in the history