github.com/replicatedcom/ship@v0.50.0/integration/init/kibana/expected/base/service.yaml (about) 1 --- 2 # Source: kibana/templates/service.yaml 3 apiVersion: v1 4 kind: Service 5 metadata: 6 labels: 7 app: kibana 8 chart: kibana-1.1.2 9 release: kibana 10 heritage: Tiller 11 name: kibana 12 spec: 13 type: ClusterIP 14 ports: 15 - port: 443 16 targetPort: 5601 17 protocol: TCP 18 19 selector: 20 app: kibana 21 release: kibana