add command
All checks were successful
Build and Publish / build-release (push) Successful in 3m13s

This commit is contained in:
2026-04-15 17:08:29 -05:00
parent be4f1ef08f
commit 420811c530

View File

@@ -9,6 +9,8 @@ controllers:
image: image:
repository: gitea.corredorconect.com/software-engineering/customer-service repository: gitea.corredorconect.com/software-engineering/customer-service
tag: '{{ $.Chart.AppVersion }}' tag: '{{ $.Chart.AppVersion }}'
command:
- "/bin/customer_service"
args: args:
- "eval" - "eval"
- "CustomService.Release.migrate" - "CustomService.Release.migrate"
@@ -24,6 +26,8 @@ controllers:
image: image:
repository: gitea.corredorconect.com/software-engineering/customer-service repository: gitea.corredorconect.com/software-engineering/customer-service
tag: '{{ $.Chart.AppVersion }}' tag: '{{ $.Chart.AppVersion }}'
command:
- "/bin/customer_service"
args: args:
- "start" - "start"
env: env: