mirror of https://github.com/k3s-io/k3s
Update Kibana pod to speak to Elasticsearchusing v1beta3
parent
35cbbe6bde
commit
e4e830badc
|
@ -17,7 +17,7 @@ desiredState:
|
||||||
- name: "ES_SCHEME"
|
- name: "ES_SCHEME"
|
||||||
value: "https"
|
value: "https"
|
||||||
- name: "ES_HOST"
|
- name: "ES_HOST"
|
||||||
value: "\"+window.location.hostname+\"/api/v1beta1/proxy/services/elasticsearch-logging"
|
value: "\"+window.location.hostname+\"/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging"
|
||||||
ports:
|
ports:
|
||||||
- name: kibana-port
|
- name: kibana-port
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
|
|
Loading…
Reference in New Issue