thumbservice password
This commit is contained in:
parent
403b49c429
commit
05837b4909
@ -73,6 +73,10 @@ variable "cache_url" {
|
||||
description = "uri for cache"
|
||||
}
|
||||
|
||||
variable "thumbservice_password" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
locals {
|
||||
requests = defaults(var.requests,
|
||||
@ -139,7 +143,7 @@ resource "kubernetes_deployment" "photolib" {
|
||||
}
|
||||
env {
|
||||
name = "THUMB_SERVICE_URL"
|
||||
value = "http://_thumbservice:xxx@${var.name}-thumbservice.${var.namespace}.svc.cluster.local:8081/thumb"
|
||||
value = "http://_thumbservice:${var.thumbservice_password}@${var.name}-thumbservice.${var.namespace}.svc.cluster.local:8081/thumb"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user