github.com/codefresh-io/kcfi@v0.0.0-20230301195427-c1578715cc46/charts/codefresh-db-infra/templates/mongodb-service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: mongodb 5 labels: {{ include "labels" . | indent 4 }} 6 annotations: 7 service: {{ $.Values.mongodb.name }} 8 9 spec: 10 ports: 11 - name: "27017" 12 port: 27017 13 protocol: TCP 14 targetPort: 27017 15 selector: 16 component: codefresh-mongodb 17 type: ClusterIP