Skip to content

Commit

Permalink
Merge pull request #6 from hmcts/dtspo-17421-change-component-name
Browse files Browse the repository at this point in the history
Update component name
  • Loading branch information
ieuanb74 authored May 8, 2024
2 parents d3a1969 + 80cd1d5 commit 5085c95
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

def type = "java"
def product = "rpe"
def component = "spring-boot-template"
def component = "test-spring-java-upgrade"

withPipeline(type, product, component) {}
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ properties([

def type = "java"
def product = "rpe"
def component = "spring-boot-template"
def component = "test-spring-java-upgrade"

withNightlyPipeline(type, product, component) {}
12 changes: 0 additions & 12 deletions charts/rpe-spring-boot-template/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/rpe-spring-boot-template/values.yaml

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions charts/rpe-test-spring-java-upgrade/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v2
appVersion: "1.0"
description: A Helm chart for test-spring-java-upgrade App
name: rpe-test-spring-java-upgrade
home: https://github.com/hmcts/test-spring-java-upgrade
version: 0.0.16
maintainers:
- name: HMCTS rpe team
dependencies:
- name: java
version: 5.2.0
repository: "https://hmctspublic.azurecr.io/helm/v1/repo/"
12 changes: 12 additions & 0 deletions charts/rpe-test-spring-java-upgrade/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
java:
applicationPort: 4550
image: "hmctspublic.azurecr.io/rpe/test-spring-java-upgrade:latest"
ingressHost: rpe-test-spring-java-upgrade-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
aadIdentityName: rpe
# Uncomment once the vault containing the app insights key has been set up
# keyVaults:
# rpe:
# secrets:
# - name: AppInsightsInstrumentationKey
# alias: azure.application-insights.instrumentation-key
environment:

0 comments on commit 5085c95

Please sign in to comment.