# 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-claimorizer
  description: Fargate task which fetches contributions from queue or Neo4j, creates claims and writes them to s3.
  tags:
    - public:false
    - terraformed:true
spec:
  type: function
  componentOf:
    - system:nr-collections-performance
