You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/install/helm-single/templates/backend.service.yaml

17 lines
303 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: backend
name: backend-service
namespace: hydro-namespace
spec:
ports:
- port: {{.Values.Backend.ClusterPort}}
name: backend-cluster-endpoint
protocol: TCP
targetPort: 80
selector:
app: backend
type: ClusterIP