File tree Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright 2021-2022 Red Hat, Inc.
2+ # Copyright 2021-2023 Red Hat, Inc.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -84,6 +84,14 @@ objects:
8484 initialDelaySeconds : 15
8585 periodSeconds : 10
8686 timeoutSeconds : 3
87+ startupProbe :
88+ httpGet :
89+ path : /viewer
90+ port : 3000
91+ scheme : HTTP
92+ initialDelaySeconds : 30
93+ periodSeconds : 10
94+ timeoutSeconds : 10
8795 resources :
8896 requests :
8997 cpu : 100m
@@ -110,30 +118,6 @@ objects:
110118 drop : ["ALL"]
111119 seccompProfile :
112120 type : " RuntimeDefault"
113- livenessProbe :
114- httpGet :
115- path : /viewer
116- port : 3000
117- scheme : HTTP
118- initialDelaySeconds : 15
119- periodSeconds : 10
120- timeoutSeconds : 3
121- readinessProbe :
122- httpGet :
123- path : /viewer
124- port : 3000
125- scheme : HTTP
126- initialDelaySeconds : 15
127- periodSeconds : 10
128- timeoutSeconds : 3
129- startupProbe :
130- httpGet :
131- path : /viewer
132- port : 3000
133- scheme : HTTP
134- initialDelaySeconds : 30
135- periodSeconds : 10
136- timeoutSeconds : 10
137121 resources :
138122 requests :
139123 cpu : 100m
You can’t perform that action at this time.
0 commit comments