Skip to content

Commit

Permalink
add comment about Kibana SERVER_BASEPATH env (#8553)
Browse files Browse the repository at this point in the history
  • Loading branch information
sniperking1234 authored Jul 4, 2020
1 parent 325ee03 commit e9c1ba1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
env:
- name: ELASTICSEARCH_URL
value: http://elasticsearch-logging:9200
# If you want to access Kibana through NodePort or LoadBalancer outside the cluster,
# you should remove the SERVER_BASEPATH env
- name: SERVER_BASEPATH
value: /api/v1/namespaces/knative-monitoring/services/kibana-logging/proxy
- name: XPACK_MONITORING_ENABLED
Expand Down

0 comments on commit e9c1ba1

Please sign in to comment.