Skip to content

Commit

Permalink
fix: update the config file for the end-to-end test for enterprise app (
Browse files Browse the repository at this point in the history
#57)

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
  • Loading branch information
HarikrishnanBalagopal authored Oct 13, 2022
1 parent 5ecc34f commit 8fccf0b
Showing 1 changed file with 47 additions and 24 deletions.
71 changes: 47 additions & 24 deletions e2etest-2-enterprise-app-m2kconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,86 @@ move2kube:
containerruntime: docker
minreplicas: "2"
services:
config-utils:
enable: false
customers:
"8080":
servicetype: ClusterIP
activemavenprofiles:
- prod-externaldb
activespringbootprofiles:
- prod-externaldb
childModules:
customers:
port: "8080"
springBootProfiles:
- prod-externaldb
containerizationoption:
- Maven
dockerfileType: build stage in base image
enable: true
mavenProfiles:
- prod-externaldb
wartransformer: Tomcat
frontend:
"8080":
servicetype: Ingress
urlpath: /
containerizationoption:
- Nodejs-Dockerfile
enable: true
port: "8080"
gateway:
"8080":
servicetype: ClusterIP
activemavenprofiles:
- prod
activespringbootprofiles:
- prod
childModules:
gateway:
port: "8080"
springBootProfiles:
- prod
containerizationoption:
- Maven
dockerfileType: build stage in base image
enable: true
port: "8080"
mavenProfiles:
- prod
inventory:
"8080":
servicetype: ClusterIP
activemavenprofiles:
- prod-externaldb
activespringbootprofiles:
- prod-externaldb
childModules:
inventory:
port: "8080"
springBootProfiles:
- prod-externaldb
containerizationoption:
- Maven
dockerfileType: build stage in base image
enable: true
port: "8080"
mavenProfiles:
- prod-externaldb
orders:
"8080":
servicetype: ClusterIP
activemavenprofiles:
- prod-externaldb
activespringbootprofiles:
- prod-externaldb
childModules:
orders:
port: "8080"
springBootProfiles:
- prod-externaldb
containerizationoption:
- Maven
dockerfileType: build stage in base image
enable: true
port: "8080"
mavenProfiles:
- prod-externaldb
target:
default:
clustertype: Kubernetes
ingress:
host: localhost
ingressclassname: ""
tls: ""
imageregistry:
logintype: No authentication
localhost:5001:
logintype: no authentication
namespace: move2kube
url: localhost:5001
transformers:
types:
- ArgoCD
- Buildconfig
- CloudFoundry
- ClusterSelector
Expand Down Expand Up @@ -90,7 +114,6 @@ move2kube:
- Tomcat
- WarAnalyser
- WarRouter
- WinConsoleApp-Dockerfile
- WinSLWebApp-Dockerfile
- WinWebApp-Dockerfile
- ZuulAnalyser
transformerselector: ""

0 comments on commit 8fccf0b

Please sign in to comment.