Commit 0cb8a7a
Agent
Switch integration test deployment to httpd mode
Replace CTS_DEVELOPER_ENV=1 with a ConfigMap-mounted /etc/cts/config.py
containing ProdConfiguration (AUTH_BACKEND=noauth, PostgreSQL URI). This
makes init_config load ProdConfiguration via the file-based path.
The default startup script hardcodes CTS_DEVELOPER_ENV=1, so override the
container command to run httpd directly with a minimal httpd.conf supplied
via the same ConfigMap at /etc/cts/httpd.conf.
The httpd.conf uses ServerRoot /etc/httpd so that relative LoadModule paths
resolve to /etc/httpd/modules/ (where Fedora's httpd RPM installs them).
Writable locations are redirected: PidFile and Mutex go to /tmp/httpd/run
(created at container start), and ErrorLog goes to /var/log/httpd which the
Dockerfile already makes world-readable.
Update all port references from 5005 to 8080: Service spec, containerPort,
readinessProbe, livenessProbe, and CTS_URL in the run-tests step.
Fixes #73
Generated-By: OpenCode (google-vertex-anthropic/claude-sonnet-4-6@default)1 parent 7f048dc commit 0cb8a7a
1 file changed
Lines changed: 60 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 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
243 | 277 | | |
244 | 278 | | |
245 | 279 | | |
| |||
250 | 284 | | |
251 | 285 | | |
252 | 286 | | |
253 | | - | |
254 | | - | |
| 287 | + | |
| 288 | + | |
255 | 289 | | |
256 | 290 | | |
257 | 291 | | |
| |||
275 | 309 | | |
276 | 310 | | |
277 | 311 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 312 | | |
284 | 313 | | |
285 | 314 | | |
| |||
289 | 318 | | |
290 | 319 | | |
291 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
292 | 325 | | |
293 | 326 | | |
294 | 327 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
300 | 335 | | |
301 | | - | |
| 336 | + | |
302 | 337 | | |
303 | 338 | | |
304 | 339 | | |
| |||
309 | 344 | | |
310 | 345 | | |
311 | 346 | | |
312 | | - | |
| 347 | + | |
313 | 348 | | |
314 | 349 | | |
315 | 350 | | |
316 | 351 | | |
317 | 352 | | |
318 | 353 | | |
319 | 354 | | |
320 | | - | |
| 355 | + | |
321 | 356 | | |
322 | 357 | | |
323 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
324 | 367 | | |
325 | 368 | | |
326 | 369 | | |
| |||
425 | 468 | | |
426 | 469 | | |
427 | 470 | | |
428 | | - | |
| 471 | + | |
429 | 472 | | |
430 | 473 | | |
431 | 474 | | |
| |||
448 | 491 | | |
449 | 492 | | |
450 | 493 | | |
451 | | - | |
| 494 | + | |
452 | 495 | | |
453 | 496 | | |
454 | 497 | | |
| |||
0 commit comments