apiVersion: v1
kind: Service
metadata:
  name: web
  namespace: reliability-lab
  labels:
    lesson: reliability
spec:
  selector:
    lesson: reliability
    app: web
  ports:
  - name: http
    port: 8080
    targetPort: http
