Skip to content

Commit

Permalink
fix(helm): Add missing public service
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianHaag committed Dec 6, 2023
1 parent 263e027 commit e03259e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions charts/tractusx-connector-memory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e03259e

Please sign in to comment.