Skip to content

Commit

Permalink
Add port names for osmcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 18, 2023
1 parent bf9c101 commit d575ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osm-seed/templates/osmcha-app/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ spec:
- protocol: TCP
port: 80
targetPort: 80
name: http
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}
- port: 443
targetPort: http
protocol: TCP
name: https
{{- end }}
selector:
app: {{ template "osm-seed.name" . }}
Expand Down

0 comments on commit d575ed5

Please sign in to comment.