Update efk kibana yaml file
parent
c549bc61bf
commit
c91e308a9a
|
@ -43,8 +43,6 @@ spec:
|
|||
env:
|
||||
- name: ELASTICSEARCH_URL
|
||||
value: http://elasticsearch-logging:9200
|
||||
- name: SERVER_BASEPATH
|
||||
value: /api/v1/proxy/namespaces/kube-system/services/kibana-logging
|
||||
- name: XPACK_MONITORING_ENABLED
|
||||
value: "false"
|
||||
- name: XPACK_SECURITY_ENABLED
|
||||
|
|
|
@ -20,10 +20,13 @@ metadata:
|
|||
labels:
|
||||
k8s-app: kibana-logging
|
||||
kubernetes.io/minikube-addons: efk
|
||||
kubernetes.io/minikube-addons-endpoint: efk
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- port: 5601
|
||||
nodePort: 30003
|
||||
protocol: TCP
|
||||
targetPort: ui
|
||||
selector:
|
||||
|
|
Loading…
Reference in New Issue