Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 15, 2024
1 parent 903ec87 commit 27eca15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm-seed/templates/taginfo/taginfo-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ spec:
type: {{ .Values.serviceType }}
ports:
- port: 80
targetPort: 80
targetPort: http
protocol: TCP
name: http
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}
- port: 443
targetPort: 80
targetPort: http
protocol: TCP
name: https
{{- end }}
Expand Down

0 comments on commit 27eca15

Please sign in to comment.