From 608b0e3fb27c10b3fff2c8a2ae894d5e777930c2 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 17 Mar 2024 15:43:57 +0100 Subject: [PATCH] add localhost to accepted endpoints in ca --- deployment/memgraph/certificates.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/memgraph/certificates.yaml b/deployment/memgraph/certificates.yaml index 26a60ef..c6dafa6 100644 --- a/deployment/memgraph/certificates.yaml +++ b/deployment/memgraph/certificates.yaml @@ -11,6 +11,9 @@ spec: dnsNames: - memgraph.generations-heritage.svc.cluster.local - memgraph + - localhost + ipAddresses: + - 127.0.0.1 subject: organizations: - Memgraph