Files
Schulung_Docker_k8s/k8s/carpool/node-service.yaml

19 lines
276 B
YAML
Executable File

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: {}