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

PUB-2682 Deploy List Subscription Changes on TEST Env #5837

Merged
merged 9 commits into from
Dec 5, 2024
2 changes: 1 addition & 1 deletion apps/pip/frontend/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
nodejs:
replicas: 2
ingressHost: pip-frontend.test.platform.hmcts.net
image: sdshmctspublic.azurecr.io/pip/frontend:pr-1383-5952f5a-20241202124228
image: sdshmctspublic.azurecr.io/pip/frontend:pr-1383-bff7961-20241205130515
environment:
DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net
ACCOUNT_MANAGEMENT_URL: https://pip-account-management.test.platform.hmcts.net
Expand Down
2 changes: 1 addition & 1 deletion apps/pip/subscription-management/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
java:
replicas: 2
ingressHost: pip-subscription-management.test.platform.hmcts.net
image: sdshmctspublic.azurecr.io/pip/subscription-management:pr-367-507f47c-20241204160027
image: sdshmctspublic.azurecr.io/pip/subscription-management:pr-367-9a175c0-20241205133941
environment:
DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net
ACCOUNT_MANAGEMENT_URL: https://pip-account-management.test.platform.hmcts.net
Expand Down
Loading