Skip to content

Commit 4badd55

Browse files
committed
Update service port
1 parent 04810ab commit 4badd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm-seed/templates/taginfo/taginfo-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
type: {{ .Values.serviceType }}
2828
ports:
2929
- port: 80
30-
targetPort: http
30+
targetPort: 4567
3131
protocol: TCP
3232
name: http
3333
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}

0 commit comments

Comments
 (0)