Skip to content

Commit

Permalink
feat: create dgraph cluster (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Nov 28, 2024
1 parent 6ef70e5 commit f39b728
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions apps/dgraph/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions bootstrap/appset-helm.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# this template is created to use OCI helm charts
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
Expand Down

0 comments on commit f39b728

Please sign in to comment.