# The service name must match the deployed infrastructure name in terraform-infra,
# not the repo name.
apiVersion: v3
kind: service
metadata:
  inheritFrom: system:nr-collections-performance
  name: lambda-nr-claim-create-jobs
  description: Lambda that creates jobs from contributors in the claiming_job table, and writes job files to s3.
  tags:
    - public:false
    - terraformed:true
spec:
  type: function
  componentOf:
    - system:nr-collections-performance
