Skip to content

Commit

Permalink
feat: override with global settings for ingress (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Nov 29, 2024
1 parent f1cd4e4 commit c2cab65
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions bootstrap/appset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@ spec:
alpha:
persistence:
storageClass: longhorn
size: 10Gi
ratel:
enabled: true
size: 20Gi
global:
domain: dgraph.lan
ingress:
enabled: true
hostname: ratel.dgraph.lan
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 c2cab65

Please sign in to comment.