From f39b7280c2f08935377fba2c17fefa3b74ca77e2 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:03:31 -0800 Subject: [PATCH] feat: create dgraph cluster (#567) --- apps/dgraph/kustomization.yaml | 22 ++++++++++++++++++++++ bootstrap/appset-helm.yaml | 1 + 2 files changed, 23 insertions(+) create mode 100644 apps/dgraph/kustomization.yaml diff --git a/apps/dgraph/kustomization.yaml b/apps/dgraph/kustomization.yaml new file mode 100644 index 0000000..ba66382 --- /dev/null +++ b/apps/dgraph/kustomization.yaml @@ -0,0 +1,22 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +namespace: dgraph +helmCharts: + - name: dgraph + repo: https://charts.dgraph.io + version: 24.0.5 + releaseName: dgraph + namespace: dgraph + includeCRDs: true + valuesInline: + ratel: + enabled: true + global: + domain: dgraph.lan + ingress: + enabled: true + ingressClassName: traefik + ingress_grpc: + enabled: true + ingressClassName: traefik + diff --git a/bootstrap/appset-helm.yaml b/bootstrap/appset-helm.yaml index b3d9696..cd71c7c 100644 --- a/bootstrap/appset-helm.yaml +++ b/bootstrap/appset-helm.yaml @@ -1,3 +1,4 @@ +# this template is created to use OCI helm charts apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: