# The service name must match the deployed infrastructure name in terraform-infra,
# not the repo name. This service runs as a Fargate task, not a Lambda.
apiVersion: v3
kind: service
metadata:
  inheritFrom: system:nr-collections-performance
  name: fargate-nr-claim-job-combiner
  description: Fargate task which combines errors across an order into a csv file, and combines all successful csv claims into a csv or xlsx file.
  tags:
    - public:false
    - terraformed:true
spec:
  type: function
  componentOf:
    - system:nr-collections-performance
