github.com/replicatedcom/ship@v0.50.0/integration/unfork/elastic-stack/expected/base/charts/kibana/templates/service.yaml (about)

     1  ---
     2  # Source: elastic-stack/charts/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: elastic-stack
    10      heritage: Tiller
    11    name: elastic-stack-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: elastic-stack