Skip to content
Draft
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
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void determineDevEnvironmentDeployment() {
if (label ==~ /enable_opal_fines_service.*/) {
env.DEV_ENABLE_OPAL_FINES_SERVICE = true
env.DEV_OPAL_FINES_SERVICE_URL =
"https://opal-frontend-pr-${env.CHANGE_ID}-fines-service.dev.platform.hmcts.net"
"https://opal-frontend-pr-${env.CHANGE_ID}-fines-service.dev.apps.hmcts.net"
if (label ==~ /enable_opal_fines_service:pr-.*/) {
env.DEV_OPAL_FINES_SERVICE_IMAGE_SUFFIX = label.replace('enable_opal_fines_service:', '')
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def setupTestSpecifications() {

withNightlyPipeline(type, product, component) {
loadVaultSecrets(secrets)
env.TEST_URL = 'https://opal-frontend.staging.platform.hmcts.net/'
env.TEST_URL = 'https://opal-frontend.staging.apps.hmcts.net/'

before('akschartsinstall') {
onPR {
Expand Down
2 changes: 1 addition & 1 deletion charts/opal-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: '1.0'
description: A Helm chart for opal-frontend
name: opal-frontend
home: https://github.com/hmcts/opal-frontend/
version: 0.0.303
version: 0.0.304
maintainers:
- name: HMCTS Opal team
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/opal-frontend/values.dev.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ opal-fines-service:
java:
releaseNameOverride: ${SERVICE_NAME}-fines-service
image: 'sdshmctspublic.azurecr.io/opal/fines-service:${DEV_OPAL_FINES_SERVICE_IMAGE_SUFFIX}'
ingressHost: "opal-frontend-pr-${CHANGE_ID}-fines-service.dev.platform.hmcts.net"
ingressHost: "opal-frontend-pr-${CHANGE_ID}-fines-service.dev.apps.hmcts.net"
imagePullPolicy: Always
devmemoryRequests: "1Gi"
devcpuRequests: "250m"
Expand Down
4 changes: 2 additions & 2 deletions charts/opal-frontend/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodejs:
applicationPort: 4000
aadIdentityName: opal
ingressHost: opal-frontend.{{ .Values.global.environment }}.platform.hmcts.net
ingressHost: opal-frontend.{{ .Values.global.environment }}.apps.hmcts.net
image: 'sdshmctspublic.azurecr.io/opal/frontend:latest'
keyVaults:
opal:
Expand All @@ -21,7 +21,7 @@ nodejs:
OPAL_API_URL: https://opal-fines-service.{{ .Values.global.environment }}.platform.hmcts.net
OPAL_FINES_SERVICE_API_URL: https://opal-fines-service.{{ .Values.global.environment }}.platform.hmcts.net
OPAL_USER_SERVICE_API_URL: https://opal-user-service.staging.platform.hmcts.net
FRONTEND_HOSTNAME: https://opal-frontend.{{ .Values.global.environment }}.platform.hmcts.net
FRONTEND_HOSTNAME: https://opal-frontend.{{ .Values.global.environment }}.apps.hmcts.net
SESSION_SECURE_ENABLED: true
CSRF_SECURE_ENABLED: true
FEATURES_HELMET_ENABLED: true
Expand Down