kibana-service.yaml 202 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 apiVersion: v1 kind: Service metadata: name: kibana-service labels: app: kibana spec: type: ClusterIP selector: app: kibana ports: - port: 5601 targetPort: 5601 protocol: TCP