mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #7206 from satnam6502/v1beta3
Update Kibana pod to speak to Elasticsearch using v1beta3
This commit is contained in:
commit
1d8a4d4512
@ -17,7 +17,7 @@ desiredState:
|
||||
- name: "ES_SCHEME"
|
||||
value: "https"
|
||||
- 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:
|
||||
- name: kibana-port
|
||||
containerPort: 80
|
||||
|
Loading…
Reference in New Issue
Block a user