From 1366c59b5a2d0e7218049cd478a433405234d4ad Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Tue, 19 Nov 2019 10:21:19 +0700 Subject: [PATCH] logging: graylog: enable ingress, disable pvc --- apps/system/logging/values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/system/logging/values.yaml b/apps/system/logging/values.yaml index 8620a7b..82e142d 100644 --- a/apps/system/logging/values.yaml +++ b/apps/system/logging/values.yaml @@ -6,3 +6,17 @@ tags: graylog: nameOverride: graylog fullnameOverride: graylog + graylog: + persistence: + enabled: false + ingress: + enabled: true + annotations: + cert-manager.io/cluster-issuer: letsencrypt + hosts: + - graylog.gorilych.ru + tls: + - hosts: + - graylog.gorilych.ru + secretName: graylog-tls +