File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ icon: https://avatars.githubusercontent.com/u/45961610
6
6
maintainers :
7
7
- name : TibiaData
8
8
url : https://tibiadata.com
9
- - name : Tobias Lindberg
9
+ - name : tobiasehlert
10
10
url : https://tobiasehlert.github.io
11
11
12
12
sources :
@@ -24,7 +24,7 @@ type: application
24
24
# This is the chart version. This version number should be incremented each time you make changes
25
25
# to the chart and its templates, including the app version.
26
26
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27
- version : 1.2.8
27
+ version : 1.2.9
28
28
29
29
# This is the version number of the application being deployed. This version number should be
30
30
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ spec:
13
13
{{- include "tibiadata-api-go.selectorLabels" . | nindent 6 }}
14
14
template :
15
15
metadata :
16
+ {{- if or .Values.configMap.create .Values.podAnnotations }}
16
17
annotations :
17
18
{{- if .Values.configMap.create }}
18
19
checksum/cm : {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
19
20
{{- end }}
20
21
{{- with .Values.podAnnotations }}
21
22
{{- toYaml . | nindent 8 }}
22
23
{{- end }}
24
+ {{- end }}
23
25
labels :
24
26
{{- include "tibiadata-api-go.selectorLabels" . | nindent 8 }}
25
27
spec :
@@ -44,10 +46,12 @@ spec:
44
46
httpGet :
45
47
path : /healthz
46
48
port : 8080
49
+ initialDelaySeconds : 5
47
50
readinessProbe :
48
51
httpGet :
49
52
path : /readyz
50
53
port : 8080
54
+ initialDelaySeconds : 5
51
55
resources :
52
56
{{- toYaml .Values.resources | nindent 12 }}
53
57
env :
70
74
{{- if .Values.env }}
71
75
{{- toYaml .Values.env | nindent 12 }}
72
76
{{- end }}
77
+ {{- if .Values.configMap.create }}
73
78
envFrom :
74
79
- configMapRef :
75
80
name : {{ include "tibiadata-api-go.fullname" . }}
81
+ {{- end }}
76
82
{{- with .Values.nodeSelector }}
77
83
nodeSelector :
78
84
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments