From dd4406d8d2cc66de41012cd76b348a7355baf00a Mon Sep 17 00:00:00 2001 From: KeVoSub <156054053+KeVoSub@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:33:36 +0100 Subject: [PATCH] [sophora-ugc]: added webapp suffix to service name in ingress (#68) * added webapp suffix to servie name in ingress * update helm chart version to 1.0.2 --- charts/sophora-ugc/Chart.yaml | 2 +- charts/sophora-ugc/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sophora-ugc/Chart.yaml b/charts/sophora-ugc/Chart.yaml index 0bb943b..95ba33f 100644 --- a/charts/sophora-ugc/Chart.yaml +++ b/charts/sophora-ugc/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/sophora-ugc/templates/ingress.yaml b/charts/sophora-ugc/templates/ingress.yaml index 5d53a56..39b266f 100644 --- a/charts/sophora-ugc/templates/ingress.yaml +++ b/charts/sophora-ugc/templates/ingress.yaml @@ -31,7 +31,7 @@ spec: pathType: {{ default "ImplementationSpecific" .pathType }} backend: service: - name: {{ $fullName }} + name: {{ $fullName }}-webapp port: number: 8080 {{- end }}