apiVersion: v1 kind: Service metadata: name: kibana namespace: {{ include "cloudhost-logging.namespace" . }} labels: app: kibana spec: type: ClusterIP selector: app: kibana ports: - port: 5601 targetPort: 5601