Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kibana to the Enterprise search sample #8166

Merged
merged 4 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/samples/enterprisesearch/ent_es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ spec:
# See: https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-virtual-memory.html
node.store.allow_mmap: false
---
apiVersion: kibana.k8s.elastic.co/v1
thbkrkr marked this conversation as resolved.
Show resolved Hide resolved
kind: Kibana
metadata:
name: kibana-sample
spec:
version: 8.15.0
thbkrkr marked this conversation as resolved.
Show resolved Hide resolved
count: 1
elasticsearchRef:
name: elasticsearch-sample
enterpriseSearchRef:
name: ent-sample
---
apiVersion: enterprisesearch.k8s.elastic.co/v1
kind: EnterpriseSearch
metadata:
Expand Down