che-server/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/templates/service.yaml

25 lines
508 B
YAML

#
# Copyright (c) 2018 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
apiVersion: v1
kind: Service
metadata:
labels:
app: che
component: devfile-registry
name: devfile-registry
spec:
ports:
- protocol: TCP
port: 8080
targetPort: 8080
selector:
app: che
component: devfile-registry