Skip to content

Commit

Permalink
fix(ingress): add hardcoded Pathtype and add ci/default-values (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx authored Sep 14, 2023
1 parent 0da8a1f commit 451c9b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/caluma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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: 0.10.7
version: 0.10.8

# 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
Expand Down
5 changes: 5 additions & 0 deletions charts/caluma/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ingress:
enabled: true
hosts:
- host: caluma.chart-example.local
tls: []
2 changes: 2 additions & 0 deletions charts/caluma/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ $fullName }}-frontend
port:
number: 80
- path: /graphql
pathType: Prefix
backend:
service:
name: {{ $fullName }}-backend
Expand Down

0 comments on commit 451c9b4

Please sign in to comment.