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
|
apiVersion: approuting.kubernetes.azure.com/v1alpha1
|
||||||
kind: NginxIngressController
|
kind: NginxIngressController
|
||||||
metadata:
|
metadata:
|
||||||
@ -9,3 +10,4 @@ spec:
|
|||||||
loadBalancerAnnotations:
|
loadBalancerAnnotations:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
@ -18,6 +18,7 @@ serviceAccount:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx-internal
|
className: nginx-internal
|
||||||
|
createIngressClass: true
|
||||||
host: graphrag.graphrag.io
|
host: graphrag.graphrag.io
|
||||||
tls: []
|
tls: []
|
||||||
annotations:
|
annotations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user