Commit cd5003b Liviu Damian
committed
1 parent da82d40 commit cd5003b Copy full SHA for cd5003b
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.2
18
+ version : 0.1.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# 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
1
apiVersion : v1
2
2
kind : Service
3
3
metadata :
4
- name : { { include "fuel-explorer.fullname" . } }
5
- labels : { { - include "fuel-explorer.labels" . | nindent 4 } }
4
+ name : {{ include "fuel-explorer.fullname" . }}
5
+ labels :
6
+ {{- include "fuel-explorer.labels" . | nindent 4 }}
6
7
spec :
7
- type : { { .Values.service.type } }
8
+ type : {{ .Values.service.type }}
8
9
ports :
9
- - port : { { .Values.service.port } }
10
+ - port : {{ .Values.service.port }}
10
11
targetPort : http
11
12
protocol : TCP
12
13
name : http
13
- selector : { { - include "fuel-explorer.selectorLabels" . | nindent 4 } }
14
+ selector :
15
+ {{- include "fuel-explorer.selectorLabels" . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments