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" . }}