Files
Schulung_Docker_k8s/k8s/carpool/service.yaml
nutzer26 8ee05cb88d added
2022-12-16 12:21:57 +01:00

15 lines
212 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: carpool
name: carpool
spec:
ports:
- name: http
port: 5000
protocol: TCP
targetPort: 5000
selector:
app: carpool
type: ClusterIP