diff --git a/apps/dgraph/kustomization.yaml b/apps/dgraph/kustomization.yaml new file mode 100644 index 0000000..ba66382 --- /dev/null +++ b/apps/dgraph/kustomization.yaml @@ -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 + diff --git a/bootstrap/appset-helm.yaml b/bootstrap/appset-helm.yaml index b3d9696..cd71c7c 100644 --- a/bootstrap/appset-helm.yaml +++ b/bootstrap/appset-helm.yaml @@ -1,3 +1,4 @@ +# this template is created to use OCI helm charts apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: