Skip to content

Commit

Permalink
fix: update dgraph values (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Nov 28, 2024
1 parent f39b728 commit 1828f0d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
23 changes: 18 additions & 5 deletions apps/dgraph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,27 @@ helmCharts:
namespace: dgraph
includeCRDs: true
valuesInline:
ratel:
enabled: true
global:
domain: dgraph.lan
zero:
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
alpha:
persistence:
enabled: true
storageClass: longhorn
size: 10Gi
ingress:
enabled: true
hostname: alpha.dgraph.lan
ingressClassName: traefik
ingress_grpc:
enabled: true
hostname: alpha-grpc.dgraph.lan
ingressClassName: traefik
ratel:
enabled: true
ingress:
enabled: true
hostname: ratel.dgraph.lan
ingressClassName: traefik

7 changes: 3 additions & 4 deletions terraform/harvester/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1828f0d

Please sign in to comment.