Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: override with global settings for ingress #572

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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