From fda79b60666d9b0ca144a9d8f7060bc6384e3e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 13 Oct 2020 16:35:59 +0200 Subject: [PATCH] rename move thehive-es under infra.status.im MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/thehive-slave.yml | 2 +- dns.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/thehive-slave.yml b/ansible/group_vars/thehive-slave.yml index 121dd31..bb009ba 100644 --- a/ansible/group_vars/thehive-slave.yml +++ b/ansible/group_vars/thehive-slave.yml @@ -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 }}' diff --git a/dns.tf b/dns.tf index 5baa549..4bd3b4f 100644 --- a/dns.tf +++ b/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