Skip to content

Commit

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

0 comments on commit b46f555

Please sign in to comment.