update dawarich entrypoint after upgrade [ci skip]
This commit is contained in:
parent
6a6a6974e2
commit
0d60e98f32
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue