rename move thehive-es under infra.status.im

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-13 16:35:59 +02:00
parent b47a8df7f6
commit fda79b6066
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

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