Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mgild committed Mar 25, 2024
1 parent c953763 commit e8782b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pull-service/templates/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
containerPort: {{ $values.components.gateway.port }}
protocol: TCP
- name: metrics
containerPort: {{ $.Values.components.metrics.port }}
containerPort: {{ $values.metricsPort }}
protocol: TCP
# - name: liveness-port
# containerPort: {{ $.Values.metricsPort }}
Expand Down

0 comments on commit e8782b3

Please sign in to comment.