-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.yml
20 lines (17 loc) · 915 Bytes
/
common.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
prodAccountId: '<%- prodAwsAccountId %>'
image: '{{values "prodAccountId"}}.dkr.ecr.<%- region %>.amazonaws.com/{{values "service"}}:{{.BuildID}}'
service: '<%- serviceName %>'
# TODO: enable Datadog agent
# https://backstage.myseek.xyz/docs/default/component/gantry/v1/reference/resources/service/#datadogSecretId
# datadogSecretId: arn:aws:secretsmanager:<%- region %>:<aws-account-id>:secret:<secret-name>
tags:
# TODO: add data classification tags
# https://rfc.skinfra.xyz/RFC019-AWS-Tagging-Standard.html#seekdataconsumers
# seek:data:consumers: internal
# https://rfc.skinfra.xyz/RFC019-AWS-Tagging-Standard.html#seekdatatypes
# seek:data:types:restricted: job-ads
seek:env:label: '{{values "environment"}}'
seek:env:production: '{{values "isProduction"}}'
seek:owner:team: 'samchungy'
seek:source:sha: '{{.CommitSHA}}'
seek:source:url: 'https://github.com/SEEK-Jobs/zod-openapi-demo'