From 8871c57a94caa7f22cadc4bebada654cebe3dc94 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 15 Dec 2023 22:08:00 -0500 Subject: [PATCH] Update ruby for taginfo Add port names for osmcha --- images/taginfo/Dockerfile | 2 +- osm-seed/templates/osmcha-app/service.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/images/taginfo/Dockerfile b/images/taginfo/Dockerfile index 1721e262..16745806 100644 --- a/images/taginfo/Dockerfile +++ b/images/taginfo/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7 +FROM ruby:3.0 ENV workdir /apps # Install Taginfo site diff --git a/osm-seed/templates/osmcha-app/service.yaml b/osm-seed/templates/osmcha-app/service.yaml index 49381e35..268d859e 100644 --- a/osm-seed/templates/osmcha-app/service.yaml +++ b/osm-seed/templates/osmcha-app/service.yaml @@ -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" . }}