fix kibana cr

This commit is contained in:
dvirlabs 2025-05-23 00:15:39 +03:00
parent 6352a7e74f
commit 471592c5cd

View File

@ -9,6 +9,7 @@ spec:
elasticsearchRef:
name: elasticsearch-{{ .Values.env }}
config:
xpack.security.authc.selector.enabled: true
xpack.security.authc.providers:
oidc.oidc1:
order: 0
@ -30,3 +31,10 @@ spec:
claim_patterns.groups: "roles"
{{- end }}
{{- end }}
http:
tls:
selfSignedCertificate:
disabled: true
service:
spec:
type: ClusterIP