Skip to content

Commit

Permalink
Merge pull request #7 from p1nkun1c0rns/IngressClassName-part2
Browse files Browse the repository at this point in the history
Change API for ingress
  • Loading branch information
steinbrueckri authored Nov 4, 2021
2 parents 6fee667 + a1a865c commit 5a710d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/theo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.3.0"
description: A Helm chart for Theo
name: theo
version: 0.1.3
version: 0.1.5
maintainers:
- email: [email protected]
name: steinbrueckri
2 changes: 1 addition & 1 deletion charts/theo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# theo

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)

A Helm chart for Theo

Expand Down
6 changes: 4 additions & 2 deletions charts/theo/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ spec:
{{- range $ingressPaths }}
- path: {{ . }}
backend:
serviceName: {{ $fullName }}
servicePort: http
service:
name: {{ $fullName }}
port:
number: 80
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 5a710d9

Please sign in to comment.