fix(hermes): allow coordinator startup to finish
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 153

This commit is contained in:
jenkins 2026-08-08 19:05:17 -03:00
parent 753de55c94
commit 1cf80fc21a
2 changed files with 12 additions and 0 deletions

View File

@ -249,6 +249,11 @@ spec:
- {name: coordinator, mountPath: /opt/coordinator, readOnly: true}
- {name: auth-patch, mountPath: /opt/hermes/hermes_cli/auth.py, subPath: auth.py}
- {name: coordinator, mountPath: /opt/data/home/.local/bin/herdr-dispatch, subPath: herdr_dispatch.py, readOnly: true}
startupProbe:
httpGet: {path: /api/status, port: dashboard}
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 60
readinessProbe:
httpGet: {path: /api/status, port: dashboard}
initialDelaySeconds: 30

View File

@ -324,6 +324,13 @@ spec:
- name: alert-tuning-skill
mountPath: /opt/data/workspace/skills/tune-atlas-alerts
readOnly: true
startupProbe:
httpGet:
path: /api/status
port: dashboard
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 60
readinessProbe:
httpGet:
path: /api/status