From e03259e99be8064467bfa2a1d3c8f2e95a20e6f6 Mon Sep 17 00:00:00 2001 From: Kilian Haag Date: Wed, 6 Dec 2023 20:17:04 +0100 Subject: [PATCH] fix(helm): Add missing public service --- .../tractusx-connector-memory/templates/service-runtime.yaml | 4 ++++ charts/tractusx-connector-memory/values.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/charts/tractusx-connector-memory/templates/service-runtime.yaml b/charts/tractusx-connector-memory/templates/service-runtime.yaml index 016b7effa..c2d45e236 100644 --- a/charts/tractusx-connector-memory/templates/service-runtime.yaml +++ b/charts/tractusx-connector-memory/templates/service-runtime.yaml @@ -51,5 +51,9 @@ spec: targetPort: protocol protocol: TCP name: protocol + - port: {{ .Values.runtime.endpoints.public.port }} + targetPort: public + protocol: TCP + name: public selector: {{- include "txdc.runtime.selectorLabels" . | nindent 4 }} diff --git a/charts/tractusx-connector-memory/values.yaml b/charts/tractusx-connector-memory/values.yaml index a3bd7f65a..14192a7ea 100644 --- a/charts/tractusx-connector-memory/values.yaml +++ b/charts/tractusx-connector-memory/values.yaml @@ -206,6 +206,7 @@ runtime: # -- EDC endpoints exposed by this ingress resource endpoints: - protocol + - public # -- Defines the [ingress class](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class) to use className: "" # -- TLS [tls class](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls) applied to the ingress resource