Commit d94949d
Agent
Switch integration test deployment to httpd mode
- Replace CTS_DEVELOPER_ENV=1 with a ConfigMap mounted at /etc/cts/config.py
containing a ProdConfiguration (AUTH_BACKEND=noauth, PostgreSQL URI)
- Mount the ConfigMap in both the run-migrations init container and the
main cts container so init_config loads ProdConfiguration from the file
- Update all port references from 5005 (Flask dev server) to 8080 (httpd)
in the Service spec, containerPort, readinessProbe, livenessProbe, and
CTS_URL used by the test runner
Closes #73
Generated-By: OpenCode (google-vertex-anthropic/claude-sonnet-4-6@default)1 parent 7f048dc commit d94949d
1 file changed
Lines changed: 34 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
243 | 258 | | |
244 | 259 | | |
245 | 260 | | |
| |||
250 | 265 | | |
251 | 266 | | |
252 | 267 | | |
253 | | - | |
254 | | - | |
| 268 | + | |
| 269 | + | |
255 | 270 | | |
256 | 271 | | |
257 | 272 | | |
| |||
275 | 290 | | |
276 | 291 | | |
277 | 292 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 293 | | |
284 | 294 | | |
285 | 295 | | |
| |||
289 | 299 | | |
290 | 300 | | |
291 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
292 | 306 | | |
293 | 307 | | |
294 | 308 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 309 | | |
301 | | - | |
| 310 | + | |
302 | 311 | | |
303 | 312 | | |
304 | 313 | | |
| |||
309 | 318 | | |
310 | 319 | | |
311 | 320 | | |
312 | | - | |
| 321 | + | |
313 | 322 | | |
314 | 323 | | |
315 | 324 | | |
316 | 325 | | |
317 | 326 | | |
318 | 327 | | |
319 | 328 | | |
320 | | - | |
| 329 | + | |
321 | 330 | | |
322 | 331 | | |
323 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
324 | 341 | | |
325 | 342 | | |
326 | 343 | | |
| |||
425 | 442 | | |
426 | 443 | | |
427 | 444 | | |
428 | | - | |
| 445 | + | |
429 | 446 | | |
430 | 447 | | |
431 | 448 | | |
| |||
448 | 465 | | |
449 | 466 | | |
450 | 467 | | |
451 | | - | |
| 468 | + | |
452 | 469 | | |
453 | 470 | | |
454 | 471 | | |
| |||
0 commit comments