File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ type: application
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
9
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10
- version : 0.10.7
10
+ version : 0.10.8
11
11
12
12
# This is the version number of the application being deployed. This version number should be
13
13
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change
1
+ ingress :
2
+ enabled : true
3
+ hosts :
4
+ - host : caluma.chart-example.local
5
+ tls : []
Original file line number Diff line number Diff line change @@ -27,12 +27,14 @@ spec:
27
27
http :
28
28
paths :
29
29
- path : /
30
+ pathType : Prefix
30
31
backend :
31
32
service :
32
33
name : {{ $fullName }}-frontend
33
34
port :
34
35
number : 80
35
36
- path : /graphql
37
+ pathType : Prefix
36
38
backend :
37
39
service :
38
40
name : {{ $fullName }}-backend
You can’t perform that action at this time.
0 commit comments