Skip to content

No option to create Ingress that points to 2 different ports in the Service #32

@keoren3

Description

@keoren3

I wanted to pass the traces through port 14317 (And 14317 in the backend), while still having the UI available in port 443 (And 14318 in the backend).

I couldn't find any way to do it since the backend-port is attached directly to the HTTP port for the service:
{{- $svcPort := .Values.service.http_port -}}

Am I missing anything?

If I'm not missing anything, I'll create a fix for this (Enable to override the svc port)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions