Merge pull request #142 from sirius0xdev/fix/execute-db-env-mapping
fix(execute-service): use new image with DB env mapping fix
This commit is contained in:
commit
d79bb614ea
1 changed files with 3 additions and 3 deletions
|
|
@ -43,9 +43,9 @@ executeService:
|
|||
enabled: true
|
||||
name: execute-service
|
||||
image:
|
||||
repository: ""
|
||||
tag: "0.1.0"
|
||||
pullPolicy: IfNotPresent
|
||||
repository: "ghcr.io/sirius0xdev/trading-execute-service"
|
||||
tag: "7b77854"
|
||||
pullPolicy: Always
|
||||
port: 8000
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue