rename move thehive-es under infra.status.im
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b47a8df7f6
commit
fda79b6066
|
@ -45,7 +45,7 @@ es_jvm_max_heap: '{{ es_jvm_mem | int }}m'
|
|||
es_hq_lb_cont_name: '{{ es_cont_name }}'
|
||||
|
||||
# oauth access
|
||||
oauth_domain: 'thehive-es.status.im'
|
||||
oauth_domain: 'thehive-es.infra.status.im'
|
||||
oauth_cont_name: '{{ es_hq_cont_name }}-oauth'
|
||||
oauth_upstream_cont: '{{ es_hq_cont_name }}'
|
||||
oauth_upstream_port: '{{ es_hq_cont_port }}'
|
||||
|
|
2
dns.tf
2
dns.tf
|
@ -19,7 +19,7 @@ resource "cloudflare_record" "cortex_ui" {
|
|||
resource "cloudflare_record" "hive_es_hq" {
|
||||
zone_id = lookup(local.zones, "status.im")
|
||||
type = "A"
|
||||
name = "thehive-es"
|
||||
name = "thehive-es.infra"
|
||||
value = module.hive_slave.public_ips[count.index]
|
||||
count = length(module.hive_slave.public_ips)
|
||||
proxied = true
|
||||
|
|
Loading…
Reference in New Issue