This repository was archived by the owner on Dec 11, 2024. It is now read-only.
File tree 2 files changed +5
-7
lines changed 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.2.3
16
+ version : 0.2.4
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -3,18 +3,17 @@ kind: Deployment
3
3
metadata :
4
4
name : {{ include "typesense.fullname" . }}-dashboard
5
5
labels :
6
- app : typesense-dashboard
6
+ app : {{ include " typesense.fullname" . }} -dashboard
7
7
{{- include "typesense.labels" . | nindent 4 }}
8
8
spec :
9
9
replicas : {{ .Values.dashboard.replicas }}
10
10
selector :
11
11
matchLabels :
12
- app : typesense-dashboard
13
- {{- include "typesense.selectorLabels" . | nindent 6 }}
12
+ app : {{ include "typesense.fullname" . }}-dashboard
14
13
template :
15
14
metadata :
16
15
labels :
17
- app : typesense-dashboard
16
+ app : {{ include " typesense.fullname" . }} -dashboard
18
17
{{- include "typesense.selectorLabels" . | nindent 8 }}
19
18
spec :
20
19
containers :
@@ -31,8 +30,7 @@ metadata:
31
30
spec :
32
31
type : ClusterIP
33
32
selector :
34
- app : typesense-dashboard
35
- {{- include "typesense.selectorLabels" . | nindent 4 }}
33
+ app : {{ include "typesense.fullname" . }}-dashboard
36
34
ports :
37
35
- name : http
38
36
port : 9089
You can’t perform that action at this time.
0 commit comments