From 958786e829f77681e0486511cc440b474b17e692 Mon Sep 17 00:00:00 2001 From: jocelyneholdbrook Date: Tue, 28 Apr 2026 10:04:24 +0100 Subject: [PATCH 1/2] feat(cogstack-cohorter): Use a smaller model by default --- helm-charts/cogstack-cohorter-helm/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml b/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml index 3fb07ef..f387a09 100644 --- a/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml +++ b/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml @@ -37,7 +37,7 @@ spec: service: name: {{ include "cogstack-cohorter-helm.fullname" $ }} port: - number: {{ $.Values.service.port }} + number: {{ $.Values.webapp.service.port }} {{- end }} {{- end }} {{- end }} From 5e65132efbeefb6ace3e695ad3cc76791a815005 Mon Sep 17 00:00:00 2001 From: jocelyneholdbrook Date: Tue, 28 Apr 2026 10:16:37 +0100 Subject: [PATCH 2/2] fix(chelm-charts): Modify cogstack-cohorter-helm ingress.yaml --- helm-charts/cogstack-cohorter-helm/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml b/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml index f387a09..33a6ac3 100644 --- a/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml +++ b/helm-charts/cogstack-cohorter-helm/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- end }} backend: service: - name: {{ include "cogstack-cohorter-helm.fullname" $ }} + name: {{ include "cogstack-cohorter-helm.fullname" $ }}-webapp port: number: {{ $.Values.webapp.service.port }} {{- end }}