Skip to content

Commit

Permalink
Update ruby for taginfo
Browse files Browse the repository at this point in the history
Add port names for osmcha
  • Loading branch information
Rub21 committed Dec 21, 2023
1 parent 7c71343 commit 8871c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/taginfo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7
FROM ruby:3.0
ENV workdir /apps

# Install Taginfo site
Expand Down
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 8871c57

Please sign in to comment.