github.com/replicatedhq/ship@v0.55.0/integration/init/forgeops/expected/base/service.yaml (about)

     1  ---
     2  # Source: ds/templates/service.yaml
     3  # Copyright (c) 2016-2017 ForgeRock AS. Use of this source code is subject to the
     4  # Common Development and Distribution License (CDDL) that can be found in the LICENSE file
     5  apiVersion: v1
     6  kind: Service
     7  metadata:
     8    name: ds
     9    labels:
    10      app: ds
    11      component: ds
    12      vendor: forgerock
    13      heritage: Tiller
    14  spec:
    15    clusterIP: None
    16    ports:
    17      - port: 1389
    18        name: ldap
    19        targetPort: 1389
    20      - port: 4444
    21        name: djadmin
    22        targetPort: 4444
    23      - port: 1636
    24        name: ldaps
    25        targetPort: 1636
    26      - port: 8080
    27        protocol: TCP
    28        name: metrics
    29    selector:
    30      app: ds-ds
    31      release: ds