Skip to content

Commit 27eca15

Browse files
committed
Update
1 parent 903ec87 commit 27eca15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ spec:
2727
type: {{ .Values.serviceType }}
2828
ports:
2929
- port: 80
30-
targetPort: 80
30+
targetPort: http
3131
protocol: TCP
3232
name: http
3333
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}
3434
- port: 443
35-
targetPort: 80
35+
targetPort: http
3636
protocol: TCP
3737
name: https
3838
{{- end }}

0 commit comments

Comments
 (0)