From d67cd1b09fc46b1fa9bbba29d9d58648fc8f387a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 14 May 2021 21:40:42 +0300
Subject: [PATCH] Add elasticsearch.shore.co.il.

---
 renew-certs.yaml                   | 1 +
 roles/router/files/nsd/shore.co.il | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/renew-certs.yaml b/renew-certs.yaml
index 1625948..02a45e9 100644
--- a/renew-certs.yaml
+++ b/renew-certs.yaml
@@ -58,6 +58,7 @@
         domains:
           - auth.shore.co.il
           - code.shore.co.il
+          - elasticsearch.shore.co.il
           - git.shore.co.il
           - lam.shore.co.il
           - nextcloud.shore.co.il
diff --git a/roles/router/files/nsd/shore.co.il b/roles/router/files/nsd/shore.co.il
index 9aed6e6..8dba94f 100644
--- a/roles/router/files/nsd/shore.co.il
+++ b/roles/router/files/nsd/shore.co.il
@@ -2,7 +2,7 @@
 $TTL 1h
 $ORIGIN shore.co.il.
 @               IN      SOA     ns1     hostmaster (
-        2021042301
+        2021051401
         1h
         5m
         4w
@@ -55,6 +55,7 @@ _caldavs._tcp    IN  SRV  0 1 443 nextcloud
 auth            IN  CNAME   ns1
 autoconfig      IN  CNAME   ns4
 code            IN  CNAME   ns1
+elasticsearch   IN  CNAME   ns1
 git             IN  CNAME   ns1
 imap            IN  CNAME   smtp
 jellyfin        IN  CNAME   ns1
-- 
GitLab