Reverts 5 commits that migrated service to V3 (image, MySQL version, probe paths, Hibernate dialect, HTTPRoute path).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Required by eventManagerServiceV2 for Kafka topic routing.
Without this, EventManager fails to initialize on first request.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Empty JSON '{}' caused event-manager TopicSettingServlet to fail during
Kafka producer initialization. Set correct format: {"events":["GCP_KAFKA"]}
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
INSERT IGNORE ensures idempotency on re-deploy (PK: entity_type, entity_value, property_type).
Required by eventManagerServiceV2 at startup for TopicSettingServlet.refreshTopicSettings().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
- job-dbinit.yaml: Added argocd.argoproj.io/sync-wave: -1 to run before deployment
- deployment.yaml: Added argocd.argoproj.io/sync-wave: 0 to run after dbinit
- This ensures database schema is initialized before app starts
- Add hades.baseUrl parameter in values.yaml
- Update configmap.yaml to use templated hades URLs
- Update catalog-info.yaml with correct chart-path and dependency annotations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>