kubernetes-up-and-running/10-5-service-queue.yaml
cboateng 74fbbdcc0f X
2023-10-20 09:47:25 +00:00

17 lines
253 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: work-queue
component: queue
chapter: jobs
name: queue-cboateng
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: work-queue
component: queue