Files
Schulung_Docker_k8s/k8s/carpool/node-service.yaml
nutzer26 da34f65b61 added
2022-12-16 14:44:53 +01:00

19 lines
276 B
YAML

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: carpool-node
name: carpool-node
spec:
ports:
- name: http
port: 5000
protocol: TCP
targetPort: 5000
selector:
app: carpool
type: NodePort
status:
loadBalancer: {}