fix(execute-service): use new image with DB env mapping fix
- Points to ghcr.io/sirius0xdev/trading-execute-service:7b77854 (includes model_validator for POSTGRES_PASSWORD etc.) - Sets pullPolicy: Always to ensure fresh image on rollout. - This resolves the persistent SQLite OperationalError on startup. See hermes-projects commit 7b77854 for the code change + RUNBOOK.md. After merge, run helm upgrade or kubectl rollout restart.
This commit is contained in:
parent
f0e2cd1501
commit
984a5541af
1 changed files with 3 additions and 3 deletions
|
|
@ -43,9 +43,9 @@ executeService:
|
||||||
enabled: true
|
enabled: true
|
||||||
name: execute-service
|
name: execute-service
|
||||||
image:
|
image:
|
||||||
repository: ""
|
repository: "ghcr.io/sirius0xdev/trading-execute-service"
|
||||||
tag: "0.1.0"
|
tag: "7b77854"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
port: 8000
|
port: 8000
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue