Skip to content

[refinery] Refinery uses hard-coded ports in the deployment.yaml #230

Description

@TylerHelmuth

The refinery helm chart hard codes the deployment port values. This means changes to the ListenAddr, GRPCListenAddress, or service ports will not work as expected.

We should change these lines to honor service port values changes:

ports:
- name: data
containerPort: 8080
protocol: TCP
- name: grpc
containerPort: 4317
protocol: TCP
- name: peer
containerPort: 8081
protocol: TCP
{{- if eq .Values.config.Metrics "prometheus" }}
- name: metrics
containerPort: 9090
protocol: TCP
{{- end }}

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions