From a88550f8cdb6d8c89189f4f509e94f022d2708eb Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 17 Mar 2024 13:03:04 +0100 Subject: [PATCH] add dns to memegraph certificates --- deployment/memgraph/certificates.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deployment/memgraph/certificates.yaml b/deployment/memgraph/certificates.yaml index 85b1f4f..26a60ef 100644 --- a/deployment/memgraph/certificates.yaml +++ b/deployment/memgraph/certificates.yaml @@ -8,9 +8,13 @@ spec: isCA: false duration: 2160h # 90d renewBefore: 360h # 15d + dnsNames: + - memgraph.generations-heritage.svc.cluster.local + - memgraph subject: organizations: - - jetstack + - Memgraph + - GenerationsHeritage secretName: memgraph-tls privateKey: algorithm: RSA @@ -19,4 +23,5 @@ spec: issuerRef: name: default-cluster-ca-issuer kind: ClusterIssuer - group: cert-manager.io \ No newline at end of file + group: cert-manager.io + \ No newline at end of file