diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 2e3bf2e..9dc463c 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -9,6 +9,8 @@ controllers: image: repository: gitea.corredorconect.com/software-engineering/customer-service tag: '{{ $.Chart.AppVersion }}' + command: + - "/bin/customer_service" args: - "eval" - "CustomService.Release.migrate" @@ -24,6 +26,8 @@ controllers: image: repository: gitea.corredorconect.com/software-engineering/customer-service tag: '{{ $.Chart.AppVersion }}' + command: + - "/bin/customer_service" args: - "start" env: