Skip to content

Commit

Permalink
Update ingress.yaml (#269)
Browse files Browse the repository at this point in the history
* Update ingress.yaml

* Update helm documentation

* Update helm documentation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Stefan Wiedemann and github-actions[bot] authored Jun 6, 2024
1 parent 13f2473 commit 8e7df2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tm-forum-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tm-forum-api
version: 0.9.0
version: 0.9.2
appVersion: 0.13.2
kubeVersion: '>= 1.19-0'
home: https://github.com/FIWARE/tmforum-api
Expand Down
2 changes: 1 addition & 1 deletion charts/tm-forum-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tm-forum-api

![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square)
![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square)
A Helm chart for running the FIWARE TMForum-APIs

## Maintainers
Expand Down
4 changes: 3 additions & 1 deletion charts/tm-forum-api/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ metadata:
{{- end }}
{{- end }}
spec:
{{- if .Values.ingress.className }}
ingressClassName: {{ .Values.ingress.className | quote }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand All @@ -40,4 +42,4 @@ spec:
number: {{ $servicePort }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 8e7df2c

Please sign in to comment.