From f1cd4e427bca42e8be163928b779ec262e6dfc0e Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:57:24 -0800 Subject: [PATCH] fix: add values for alpha and ratel (#571) --- bootstrap/appset-helm.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bootstrap/appset-helm.yaml b/bootstrap/appset-helm.yaml index 457881c..536252d 100644 --- a/bootstrap/appset-helm.yaml +++ b/bootstrap/appset-helm.yaml @@ -27,6 +27,16 @@ spec: persistence: storageClass: longhorn size: 20Gi + alpha: + persistence: + storageClass: longhorn + size: 10Gi + ratel: + enabled: true + ingress: + enabled: true + hostname: ratel.dgraph.lan + ingressClassName: traefik template: metadata: name: "{{.name}}"