File tree Expand file tree Collapse file tree
applications/prompt-pub/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 value : " 0"
7272 - name : AWS_REQUEST_CHECKSUM_CALCULATION
7373 value : WHEN_REQUIRED
74+ startupProbe :
75+ httpGet :
76+ path : /readiness
77+ port : 9040
78+ failureThreshold : 20
79+ periodSeconds : 5
7480 readinessProbe :
7581 httpGet :
7682 path : /readiness
@@ -102,20 +108,24 @@ spec:
102108 - " --credentials-file"
103109 - " /opt/lsst/secrets/alloy-db/key.json"
104110 - {{ .Values.alloyDbProxy.config.instanceUri | quote }}
105- readinessProbe :
111+ startupProbe :
106112 httpGet :
107113 path : /readiness
108114 port : 9040
109- initialDelaySeconds : 2
115+ failureThreshold : 20
110116 periodSeconds : 5
117+ readinessProbe :
118+ httpGet :
119+ path : /readiness
120+ port : 9040
121+ periodSeconds : 10
111122 timeoutSeconds : 3
112123 failureThreshold : 3
113124 livenessProbe :
114125 httpGet :
115126 path : /liveness
116127 port : 9040
117- initialDelaySeconds : 30
118- periodSeconds : 10
128+ periodSeconds : 20
119129 timeoutSeconds : 5
120130 failureThreshold : 3
121131 resources :
You can’t perform that action at this time.
0 commit comments