Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move svc-lighthouse-api to its own repo #2887

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
target_env: ${{ inputs.target_env || 'dev' }}
helm_chart: svc-bgs-api
image_tag: ${{ inputs.image_tag || 'latest' }}
deploy-vro-svc-lighthouse-api:
uses: ./.github/workflows/update-deployment.yml
secrets: inherit
with:
target_env: ${{ inputs.target_env || 'dev' }}
helm_chart: svc-lighthouse-api
image_tag: ${{ inputs.image_tag || 'latest' }}
deploy-domain-cc:
uses: ./.github/workflows/update-deployment.yml
secrets: inherit
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/delete-published-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- vro-app
- vro-db-init
- vro-svc-bgs-api
- vro-svc-lighthouse-api
- vro-svc-bie-kafka
- vro-xample-workflows
- vro-cc-app
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/secrel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ on:
- svc-bgs-api
- svc-bie-kafka
- svc-bip-api
- svc-lighthouse-api
- api-gateway
- ee-max-cfi-app
- ee-ep-merge-app
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ on:
- svc-bgs-api
- svc-bie-kafka
- svc-bip-api
- svc-lighthouse-api
- api-gateway
- domain-ee-max-cfi-app
- domain-ee-ep-merge-app
Expand Down
12 changes: 0 additions & 12 deletions app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ services:
networks:
- vro_intranet

svc-lighthouse-api:
profiles: ["all","svc","lh"]
image: va/abd_vro-svc-lighthouse-api:latest
<<: [*common-sde-security, *common-security-opt]
environment:
# ENV=local causes application-local.properties to be used, in addition to the default application.properties
<<: [*rabbitmq-placeholder-vars, *common-vars]
LH_PRIVATE_KEY: ${LH_PRIVATE_KEY}
LH_ACCESS_CLIENT_ID: ${LH_ACCESS_CLIENT_ID}
networks:
- vro_intranet

svc-bip-api:
profiles: ["all", "svc", "bip"]
image: va/abd_vro-svc-bip-api:latest
Expand Down
14 changes: 0 additions & 14 deletions helm/svc-lighthouse-api/Chart.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions helm/svc-lighthouse-api/templates/deployment.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helm/svc-lighthouse-api/templates/named_templates

This file was deleted.

41 changes: 0 additions & 41 deletions helm/svc-lighthouse-api/values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/image-names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IMAGES=( postgres \
api-gateway app db-init \
dev-tools \
svc-bgs-api \
svc-lighthouse-api svc-bie-kafka svc-bip-api \
svc-bie-kafka svc-bip-api \
xample-workflows \
cc-app \
ee-max-cfi-app \
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ include ':shared:lib-bie-kafka'
include ':shared:lib-camel-connector'
include ':svc-bgs-api'
include ':svc-bip-api'
include ':svc-lighthouse-api'
include ':svc-bie-kafka'

include ':domain-xample:xample-api-controller'
Expand Down
60 changes: 0 additions & 60 deletions svc-lighthouse-api/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions svc-lighthouse-api/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions svc-lighthouse-api/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions svc-lighthouse-api/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading