upgrade dawarich [ci skip]
This commit is contained in:
parent
b1486c1de7
commit
c8354470a0
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ variable "database_password" {}
|
||||||
variable "geoapify_api_key" {}
|
variable "geoapify_api_key" {}
|
||||||
variable "image_version" {
|
variable "image_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "0.36.3"
|
default = "0.37.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "kubernetes_namespace" "dawarich" {
|
resource "kubernetes_namespace" "dawarich" {
|
||||||
|
|
@ -141,7 +141,7 @@ resource "kubernetes_deployment" "dawarich" {
|
||||||
image = "freikin/dawarich:${var.image_version}"
|
image = "freikin/dawarich:${var.image_version}"
|
||||||
name = "dawarich-sidekiq"
|
name = "dawarich-sidekiq"
|
||||||
command = ["sidekiq-entrypoint.sh"]
|
command = ["sidekiq-entrypoint.sh"]
|
||||||
args = ["sidekiq"]
|
args = ["bundle exec sidekiq"]
|
||||||
env {
|
env {
|
||||||
name = "REDIS_URL"
|
name = "REDIS_URL"
|
||||||
value = "redis://redis.redis.svc.cluster.local:6379"
|
value = "redis://redis.redis.svc.cluster.local:6379"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue