-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkibana.yml
31 lines (31 loc) · 863 Bytes
/
kibana.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: kibana-cluster1
spec:
version: 7.15.1
count: 1
elasticsearchRef:
name: cluster1
config:
xpack.fleet.agents.elasticsearch.host: "https://cluster1-es-http.default.svc:9200"
xpack.fleet.agents.fleet_server.hosts: ["https://fleet-server-agent-http.default.svc:8220"]
server:
rewriteBasePath: true
basePath: "/kibana"
publicBaseUrl: "https://framsouza.co/kibana"
http:
service:
metadata:
annotations:
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
service.alpha.kubernetes.io/app-protocols: '{"https":"HTTPS"}'
podTemplate:
spec:
containers:
- name: kibana
readinessProbe:
httpGet:
scheme: HTTPS
path: "/kibana/login"
port: 5601