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

Revert "PUB-1692 - Autoscaling Test" #5539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 2 additions & 6 deletions apps/pip/account-management/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ spec:
releaseName: pip-account-management
values:
java:
image: sdshmctspublic.azurecr.io/pip/account-management:pr-440-8e5d111-20240904135420
ingressHost: pip-account-management.test.platform.hmcts.net
environment:
PUBLICATION_SERVICES_URL: https://pip-publication-services.test.platform.hmcts.net
SUBSCRIPTION_MANAGEMENT_URL: https://pip-subscription-management.test.platform.hmcts.net
ENABLE_TESTING_SUPPORT_API: true
MANAGED_IDENTITY_CLIENT_ID: 0e0c8682-a038-4aa8-9619-bb88a7ba9357
autoscaling:
enabled: true
maxReplicas: 5
minReplicas: 2
targetCPUUtilizationPercentage: 40
MANAGED_IDENTITY_CLIENT_ID: 0e0c8682-a038-4aa8-9619-bb88a7ba9357
5 changes: 0 additions & 5 deletions apps/pip/data-management/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ spec:
PUBLICATION_SERVICES_URL: https://pip-publication-services.test.platform.hmcts.net
ENABLE_TESTING_SUPPORT_API: true
MANAGED_IDENTITY_CLIENT_ID: 0e0c8682-a038-4aa8-9619-bb88a7ba9357
autoscaling:
enabled: true
maxReplicas: 5
minReplicas: 2
targetCPUUtilizationPercentage: 40
5 changes: 0 additions & 5 deletions apps/pip/frontend/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ spec:
B2C_ADMIN_URL: https://staff.pip-frontend.test.platform.hmcts.net/pip-frontend.test.platform.hmcts.net
SESSION_COOKIE_SAME_SITE: lax
CRIME_IDAM_URL: https://login.sit.cjscp.org.uk
autoscaling:
enabled: true
maxReplicas: 5
minReplicas: 2
targetCPUUtilizationPercentage: 40
6 changes: 1 addition & 5 deletions apps/pip/publication-services/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
releaseName: pip-publication-services
values:
java:
image: sdshmctspublic.azurecr.io/pip/publication-services:pr-463-b7b6d55-20240904135827
ingressHost: pip-publication-services.test.platform.hmcts.net
environment:
DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net
Expand All @@ -17,8 +18,3 @@ spec:
NOTIFY_LINK_AAD_RESET_PW_LINK_ADMIN: https://sign-in.pip-frontend.test.platform.hmcts.net/pip-frontend.test.platform.hmcts.net/oauth2/v2.0/authorize?p=B2C_1A_PASSWORD_RESET&client_id=7e6d47d3-ed02-4e32-a86c-7e01d74eb77a&nonce=defaultNonce&redirect_uri=https://pip-frontend.test.platform.hmcts.net/password-change-confirmation/true&scope=openid&response_type=code&prompt=login&response_mode=form_post
NOTIFY_LINK_AAD_RESET_PW_LINK_MEDIA: https://sign-in.pip-frontend.test.platform.hmcts.net/pip-frontend.test.platform.hmcts.net/oauth2/v2.0/authorize?p=B2C_1A_PASSWORD_RESET&client_id=7e6d47d3-ed02-4e32-a86c-7e01d74eb77a&nonce=defaultNonce&redirect_uri=https://pip-frontend.test.platform.hmcts.net/password-change-confirmation/false&scope=openid&response_type=code&prompt=login&response_mode=form_post
NOTIFY_CRIME_SIGN_IN_LINK: https://pip-frontend.test.platform.hmcts.net/crime-login
autoscaling:
enabled: true
maxReplicas: 5
minReplicas: 2
targetCPUUtilizationPercentage: 40
6 changes: 1 addition & 5 deletions apps/pip/subscription-management/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ spec:
releaseName: pip-subscription-management
values:
java:
image: sdshmctspublic.azurecr.io/pip/subscription-management:pr-366-bbebc22-20240904135412
ingressHost: pip-subscription-management.test.platform.hmcts.net
environment:
DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net
ACCOUNT_MANAGEMENT_URL: https://pip-account-management.test.platform.hmcts.net
PUBLICATION_SERVICES_URL: https://pip-publication-services.test.platform.hmcts.net
ENABLE_TESTING_SUPPORT_API: true
autoscaling:
enabled: true
maxReplicas: 5
minReplicas: 2
targetCPUUtilizationPercentage: 40
Loading