Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit c7149da

Browse files
Add option to use existing ingress controller (#143)
Co-authored-by: Josh Bradley <[email protected]>
1 parent edb16d7 commit c7149da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

infra/helm/graphrag/templates/graphrag-nginx-internal-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.ingress.createIngressClass -}}
12
apiVersion: approuting.kubernetes.azure.com/v1alpha1
23
kind: NginxIngressController
34
metadata:
@@ -9,3 +10,4 @@ spec:
910
loadBalancerAnnotations:
1011
{{- toYaml . | nindent 4 }}
1112
{{- end }}
13+
{{- end }}

infra/helm/graphrag/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ serviceAccount:
1818
ingress:
1919
enabled: true
2020
className: nginx-internal
21+
createIngressClass: true
2122
host: graphrag.graphrag.io
2223
tls: []
2324
annotations:

0 commit comments

Comments
 (0)