Skip to content

serviceName hardcoded with -headless conflicts when serviceHeadless.enabled is false #468

@jcudit

Description

@jcudit

-headless is hardcoded here, which breaks routing via the non-headless service when service.enabled is true:

serviceName: {{ template "vector.fullname" . }}-headless

This relates to #267 as I'm disabling the headless service because the chart fails to apply with annotation-driven load balancer configuration.

A possible fix is to conditionally add the -headless suffix depending on the value of serviceHeadless.enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions