Skip to content

Commit

Permalink
feat: update values for dgraph (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Dec 10, 2024
1 parent 98f0df9 commit 297b661
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions bootstrap/appset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,16 @@ spec:
version: 24.0.5
releaseName: dgraph
valuesObject:
ratel:
ingress:
enabled: true
ingressClassName: traefik
hostname: ratel.dgraph.lan
zero:
persistence:
storageClass: longhorn
size: 20Gi
alpha:
persistence:
storageClass: longhorn
size: 20Gi
ingress:
enabled: true
ingressClassName: traefik
hostname: alpha.dgraph.lan
ingress_grpc:
enabled: true
ingressClassName: traefik
hostname: alpha-grpc.dgraph.lan
domain: dgraph.lan
ingress:
enabled: true
ingressClassName: traefik
ratel_hostname: ratel.dgraph.lan
alpha_hostname: alpha.dgraph.lan
ingress_grpc:
enabled: true
ingressClassName: traefik
alpha_grpc_hostname: alpha-grpc.dgraph.lan
template:
metadata:
name: "{{.name}}"
Expand Down

0 comments on commit 297b661

Please sign in to comment.