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

Remove Env Vars for AMS Implementation #5683

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion apps/pre/pre-api-cron-cleanup-live-events/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ spec:
schedule: "30 17 * * *" # 5:30 PM UTC
image: sdshmctspublic.azurecr.io/pre/api:prod-1f92c13-20241023071636 # {"$imagepolicy": "flux-system:pre-api"}
environment:
AZURE_SUBSCRIPTION_ID: c68a4bed-4c3d-4956-af51-4ae164c1957c
PLATFORM_ENV_TAG: Demo
MEDIA_SERVICE: MediaKind
1 change: 0 additions & 1 deletion apps/pre/pre-api-cron-cleanup-live-events/stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ spec:
schedule: "30 17 * * *" # 5:30 PM UTC
image: sdshmctspublic.azurecr.io/pre/api:prod-1f92c13-20241023071636 # {"$imagepolicy": "flux-system:pre-api"}
environment:
AZURE_SUBSCRIPTION_ID: 74dacd4f-a248-45bb-a2f0-af700dc4cf68
PLATFORM_ENV_TAG: Staging
MEDIA_SERVICE: MediaKind
1 change: 0 additions & 1 deletion apps/pre/pre-api-cron-cleanup-live-events/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ spec:
schedule: "30 17 * * *" # 5:30 PM UTC
image: sdshmctspublic.azurecr.io/pre/api:prod-1f92c13-20241023071636 # {"$imagepolicy": "flux-system:pre-api"}
environment:
AZURE_SUBSCRIPTION_ID: 3eec5bde-7feb-4566-bfb6-805df6e10b90
PLATFORM_ENV_TAG: Test
MEDIA_SERVICE: MediaKind
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ spec:
schedule: "30 18 * * *" # 6:30 PM UTC
image: sdshmctspublic.azurecr.io/pre/api:prod-1f92c13-20241023071636 # {"$imagepolicy": "flux-system:pre-api"}
environment:
AZURE_SUBSCRIPTION_ID: c68a4bed-4c3d-4956-af51-4ae164c1957c
PLATFORM_ENV_TAG: Demo
MEDIA_SERVICE: MediaKind
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ spec:
schedule: "30 18 * * *" # 6:30 PM UTC
image: sdshmctspublic.azurecr.io/pre/api:prod-1f92c13-20241023071636 # {"$imagepolicy": "flux-system:pre-api"}
environment:
AZURE_SUBSCRIPTION_ID: 74dacd4f-a248-45bb-a2f0-af700dc4cf68
PLATFORM_ENV_TAG: Staging
MEDIA_SERVICE: MediaKind
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ spec:
schedule: "30 18 * * *" # 6:30 PM UTC
image: sdshmctspublic.azurecr.io/pre/api:prod-1f92c13-20241023071636 # {"$imagepolicy": "flux-system:pre-api"}
environment:
AZURE_SUBSCRIPTION_ID: 3eec5bde-7feb-4566-bfb6-805df6e10b90
PLATFORM_ENV_TAG: Test
MEDIA_SERVICE: MediaKind
3 changes: 0 additions & 3 deletions apps/pre/pre-api/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ spec:
replicas: 2
ingressHost: pre-api.demo.platform.hmcts.net
environment:
AZURE_MEDIA_SERVICES_ACCOUNT_NAME: preamsdemo
AZURE_RESOURCE_GROUP: pre-demo
AZURE_SUBSCRIPTION_ID: c68a4bed-4c3d-4956-af51-4ae164c1957c
PLATFORM_ENV_TAG: Demo
MEDIA_SERVICE: MediaKind
3 changes: 0 additions & 3 deletions apps/pre/pre-api/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ spec:
replicas: 2
ingressHost: pre-api.platform.hmcts.net
environment:
AZURE_MEDIA_SERVICES_ACCOUNT_NAME: preamsprod
AZURE_RESOURCE_GROUP: pre-prod
AZURE_SUBSCRIPTION_ID: 5ca62022-6aa2-4cee-aaa7-e7536c8d566c
PLATFORM_ENV_TAG: Production
MEDIA_SERVICE: MediaKind
TRIGGER: init-1
3 changes: 0 additions & 3 deletions apps/pre/pre-api/stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ spec:
java:
ingressHost: pre-api.staging.platform.hmcts.net
environment:
AZURE_MEDIA_SERVICES_ACCOUNT_NAME: preamsstg
AZURE_RESOURCE_GROUP: pre-stg
AZURE_SUBSCRIPTION_ID: 74dacd4f-a248-45bb-a2f0-af700dc4cf68
PLATFORM_ENV_TAG: Staging
AZURE_INGEST_SA: preingestsastg
AZURE_FINAL_SA: prefinalsastg
Expand Down
3 changes: 0 additions & 3 deletions apps/pre/pre-api/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ spec:
java:
ingressHost: pre-api.test.platform.hmcts.net
environment:
AZURE_MEDIA_SERVICES_ACCOUNT_NAME: preamstest
AZURE_RESOURCE_GROUP: pre-test
AZURE_SUBSCRIPTION_ID: 3eec5bde-7feb-4566-bfb6-805df6e10b90
PLATFORM_ENV_TAG: Testing
Loading