From 0d60e98f324162bbe128ec90596b2a4c74c44c6e Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 13 Jan 2025 07:26:02 +0000 Subject: [PATCH] update dawarich entrypoint after upgrade [ci skip] --- modules/kubernetes/dawarich/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/kubernetes/dawarich/main.tf b/modules/kubernetes/dawarich/main.tf index 62d34643..c87bdb65 100644 --- a/modules/kubernetes/dawarich/main.tf +++ b/modules/kubernetes/dawarich/main.tf @@ -63,7 +63,7 @@ resource "kubernetes_deployment" "dawarich" { name = "prometheus" container_port = 9394 } - command = ["dev-entrypoint.sh"] + command = ["web-entrypoint.sh"] args = ["bin/dev"] env { name = "REDIS_URL" @@ -126,7 +126,7 @@ resource "kubernetes_deployment" "dawarich" { container { image = "freikin/dawarich:latest" name = "dawarich-sidekiq" - command = ["dev-entrypoint.sh"] + command = ["sidekiq-entrypoint.sh"] args = ["sidekiq"] env { name = "REDIS_URL"