Skip to content

Commit

Permalink
Fixed the issue with deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BStarmerSmith committed Oct 1, 2024
1 parent 42632d5 commit 047c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
name: {{ .Values.gateway.secretRef }}
{{- end }}
ports:
{{- range untilStep (int .Values.gateway.portRange.start) (int (add .Values.gateway.portRange.count 1)) 1 }}
{{- range untilStep (int .Values.gateway.portRange.start) (int (add .Values.gateway.portRange.start .Values.gateway.portRange.count)) 1 }}
- containerPort: {{ . }}
protocol: TCP
{{- end }}
Expand Down

0 comments on commit 047c29e

Please sign in to comment.