File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 7575{{- include "trillian.storageSystem.envCredentials" . | indent 12}}
7676 ports :
7777{{- 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 }
7882{{- if .Values.logServer.livenessProbe }}
7983 livenessProbe :
8084{{ toYaml .Values.logServer.livenessProbe | indent 12 }}
Original file line number Diff line number Diff line change 7575{{- include "trillian.storageSystem.envCredentials" . | indent 12}}
7676 ports :
7777{{- 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 }
7882{{- if .Values.logSigner.livenessProbe }}
7983 livenessProbe :
8084{{ toYaml .Values.logSigner.livenessProbe | indent 12 }}
Original file line number Diff line number Diff line change 143143 }
144144 ]
145145 },
146+ "lifecycle" : {},
146147 "livenessProbe" : {},
147148 "readinessProbe" : {},
148149 "resources" : {},
176177 }
177178 ]
178179 },
180+ "lifecycle" : {},
179181 "livenessProbe" : {},
180182 "readinessProbe" : {},
181183 "resources" : {},
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ logServer:
150150 port : 8090
151151 protocol : TCP
152152 targetPort : 8090
153+ lifecycle : {}
153154 livenessProbe : {}
154155 readinessProbe : {}
155156 resources : {}
@@ -184,6 +185,7 @@ logSigner:
184185 port : 8091
185186 protocol : TCP
186187 targetPort : 8091
188+ lifecycle : {}
187189 livenessProbe : {}
188190 readinessProbe : {}
189191 resources : {}
You can’t perform that action at this time.
0 commit comments