File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 75
75
{{- include "trillian.storageSystem.envCredentials" . | indent 12}}
76
76
ports :
77
77
{{- include "trillian.containerPorts" .Values.logServer.service.ports | indent 12 }}
78
+ {{- if .Values.logServer.lifecycle }}
79
+ lifecycle :
80
+ {{ toYaml .Values.logServer.lifecycle | indent 12 }}
81
+ {{- end }
78
82
{{- if .Values.logServer.livenessProbe }}
79
83
livenessProbe :
80
84
{{ toYaml .Values.logServer.livenessProbe | indent 12 }}
Original file line number Diff line number Diff line change 75
75
{{- include "trillian.storageSystem.envCredentials" . | indent 12}}
76
76
ports :
77
77
{{- include "trillian.containerPorts" .Values.logSigner.service.ports | indent 12 }}
78
+ {{- if .Values.logSigner.lifecycle }}
79
+ lifecycle :
80
+ {{ toYaml .Values.logSigner.lifecycle | indent 12 }}
81
+ {{- end }
78
82
{{- if .Values.logSigner.livenessProbe }}
79
83
livenessProbe :
80
84
{{ toYaml .Values.logSigner.livenessProbe | indent 12 }}
Original file line number Diff line number Diff line change 143
143
}
144
144
]
145
145
},
146
+ "lifecycle" : {},
146
147
"livenessProbe" : {},
147
148
"readinessProbe" : {},
148
149
"resources" : {},
176
177
}
177
178
]
178
179
},
180
+ "lifecycle" : {},
179
181
"livenessProbe" : {},
180
182
"readinessProbe" : {},
181
183
"resources" : {},
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ logServer:
150
150
port : 8090
151
151
protocol : TCP
152
152
targetPort : 8090
153
+ lifecycle : {}
153
154
livenessProbe : {}
154
155
readinessProbe : {}
155
156
resources : {}
@@ -184,6 +185,7 @@ logSigner:
184
185
port : 8091
185
186
protocol : TCP
186
187
targetPort : 8091
188
+ lifecycle : {}
187
189
livenessProbe : {}
188
190
readinessProbe : {}
189
191
resources : {}
You can’t perform that action at this time.
0 commit comments