mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
get kibana up to speed with es
This commit is contained in:
parent
90c9f7b3e1
commit
76aa430389
@ -20,36 +20,36 @@ spec:
|
|||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: kibana-logging
|
- name: kibana-logging
|
||||||
image: docker.elastic.co/kibana/kibana-oss:7.2.0
|
image: docker.elastic.co/kibana/kibana-oss:7.4.2
|
||||||
resources:
|
resources:
|
||||||
# need more cpu upon initialization, therefore burstable class
|
# need more cpu upon initialization, therefore burstable class
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
env:
|
env:
|
||||||
- name: ELASTICSEARCH_HOSTS
|
- name: ELASTICSEARCH_HOSTS
|
||||||
value: http://elasticsearch-logging:9200
|
value: http://elasticsearch-logging:9200
|
||||||
- name: SERVER_NAME
|
- name: SERVER_NAME
|
||||||
value: kibana-logging
|
value: kibana-logging
|
||||||
- name: SERVER_BASEPATH
|
- name: SERVER_BASEPATH
|
||||||
value: /api/v1/namespaces/kube-system/services/kibana-logging/proxy
|
value: /api/v1/namespaces/kube-system/services/kibana-logging/proxy
|
||||||
- name: SERVER_REWRITEBASEPATH
|
- name: SERVER_REWRITEBASEPATH
|
||||||
value: "false"
|
value: "false"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5601
|
- containerPort: 5601
|
||||||
name: ui
|
name: ui
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/status
|
path: /api/status
|
||||||
port: ui
|
port: ui
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/status
|
path: /api/status
|
||||||
port: ui
|
port: ui
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user