mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-06-27 04:39:57 +00:00
Add option to use existing ingress controller (#143)
Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
This commit is contained in:
parent
edb16d7bf7
commit
c7149da4c8
@ -1,3 +1,4 @@
|
||||
{{- if .Values.ingress.createIngressClass -}}
|
||||
apiVersion: approuting.kubernetes.azure.com/v1alpha1
|
||||
kind: NginxIngressController
|
||||
metadata:
|
||||
@ -9,3 +10,4 @@ spec:
|
||||
loadBalancerAnnotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
@ -18,6 +18,7 @@ serviceAccount:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx-internal
|
||||
createIngressClass: true
|
||||
host: graphrag.graphrag.io
|
||||
tls: []
|
||||
annotations:
|
||||
|
Loading…
x
Reference in New Issue
Block a user