Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

DTSRD-2442: PI33 Configure spot instances in non-production #809

Merged
merged 1 commit into from
Apr 5, 2024
Merged
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 charts/rd-profile-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.1"
description: Reference data service for professional users
name: rd-profile-sync
version: 0.0.29
version: 0.0.30
dependencies:
- name: java
version: 5.2.0
Expand Down
2 changes: 2 additions & 0 deletions charts/rd-profile-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ java:
OAUTH2_REDIRECT_URI: https://rd-professional-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/oauth2redirect
AUTH_IDAM_CLIENT_BASEURL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net

spotInstances:
enabled: true
image: 'hmctspublic.azurecr.io/rd/profile-sync:latest'
keyVaults:
rd:
Expand Down