Skip to content

Commit

Permalink
chore(infra): Remove empty extraAnnotations (#16441)
Browse files Browse the repository at this point in the history
* Remove empty extraAnnotations

* chore: nx format:write update dirty files

---------

Co-authored-by: andes-it <builders@andes.is>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent d1c22d8 commit bae11e1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 42 deletions.
5 changes: 0 additions & 5 deletions apps/air-discount-scheme/api/infra/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ export const serviceSetup = (services: {
staging: ['loftbru', 'loftbru-cf'],
prod: ['loftbru'],
},
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
paths: ['/api/graphql'],
public: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ export const serviceSetup = (): ServiceBuilder<'air-discount-scheme-backend'> =>
staging: ['loftbru', 'loftbru-cf'],
prod: 'loftbru',
},
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
paths: ['/api/swagger', '/api/public'],
},
})
Expand Down
5 changes: 0 additions & 5 deletions apps/api/infra/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,6 @@ export const serviceSetup = (services: {
prod: ['', 'www.island.is'],
},
paths: ['/api'],
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
public: true,
},
})
Expand Down
5 changes: 0 additions & 5 deletions apps/contentful-apps/infra/contentful-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ export const serviceSetup = (): ServiceBuilder<'contentful-apps'> =>
prod: 'contentful-apps',
},
paths: ['/'],
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
},
})
.replicaCount({
Expand Down
5 changes: 0 additions & 5 deletions apps/download-service/infra/download-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ export const serviceSetup = (services: {
prod: ['api'],
},
paths: ['/download'],
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
public: true,
},
})
Expand Down
2 changes: 0 additions & 2 deletions apps/github-actions-cache/infra/github-actions-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export const serviceSetup = (): ServiceBuilder<'github-actions-cache'> => {
dev: {
'nginx.ingress.kubernetes.io/enable-global-auth': 'false',
},
staging: {},
prod: {},
},
public: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ export const serviceSetup =
prod: 'contentful-entry-tagger-service.devland.is',
},
paths: ['/'],
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
},
})
.liveness('/liveness')
Expand Down
5 changes: 0 additions & 5 deletions apps/services/license-api/infra/license-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ export const serviceSetup = (): ServiceBuilder<'license-api'> =>
},
paths: ['/'],
public: false,
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
},
})
.replicaCount({
Expand Down
5 changes: 0 additions & 5 deletions libs/island-ui/storybook/infra/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ export const serviceSetup =
})
.ingress({
primary: {
extraAnnotations: {
dev: {},
staging: {},
prod: {},
},
host: {
dev: 'ui',
staging: 'ui',
Expand Down

0 comments on commit bae11e1

Please sign in to comment.