update dawarich entrypoint after upgrade [ci skip]

This commit is contained in:
Viktor Barzin 2025-01-13 07:26:02 +00:00
parent 6a6a6974e2
commit 0d60e98f32

View file

@ -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"