forked from k-space/kube
elastic-system: Make Kibana healthcheck work with anonymous auth
This commit is contained in:
parent
5ef5e14866
commit
7e518da638
@ -264,6 +264,20 @@ spec:
|
|||||||
entries:
|
entries:
|
||||||
- key: elastic
|
- key: elastic
|
||||||
path: xpack.security.authc.providers.anonymous.anonymous1.credentials.password
|
path: xpack.security.authc.providers.anonymous.anonymous1.credentials.password
|
||||||
|
podTemplate:
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: kibana
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /app/home
|
||||||
|
port: 5601
|
||||||
|
scheme: HTTP
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
periodSeconds: 10
|
||||||
|
successThreshold: 1
|
||||||
|
failureThreshold: 3
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
Loading…
Reference in New Issue
Block a user