File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
modules/install/app/config Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5050 app : account
5151---
5252# Source: microservice/charts/mongodb/templates/deployment-standalone.yaml
53- apiVersion : extensions/v1beta1
53+ apiVersion : apps/v1
5454kind : Deployment
5555metadata :
5656 name : account-mongodb
@@ -118,7 +118,7 @@ spec:
118118 emptyDir : {}
119119---
120120# Source: microservice/templates/deployment.yaml
121- apiVersion : apps/v1beta2
121+ apiVersion : apps/v1
122122kind : Deployment
123123metadata :
124124 name : account-v1
Original file line number Diff line number Diff line change 5050 app : transaction-log
5151---
5252# Source: microservice/charts/mongodb/templates/deployment-standalone.yaml
53- apiVersion : extensions/v1beta1
53+ apiVersion : apps/v1
5454kind : Deployment
5555metadata :
5656 name : transaction-log-mongodb
@@ -118,7 +118,7 @@ spec:
118118 emptyDir : {}
119119---
120120# Source: microservice/templates/deployment.yaml
121- apiVersion : apps/v1beta2
121+ apiVersion : apps/v1
122122kind : Deployment
123123metadata :
124124 name : transaction-log-v1
Original file line number Diff line number Diff line change 2424 app : transaction
2525---
2626# Source: microservice/templates/deployment.yaml
27- apiVersion : apps/v1beta2
27+ apiVersion : apps/v1
2828kind : Deployment
2929metadata :
3030 name : transaction-v1
Original file line number Diff line number Diff line change 2424 app : ui
2525---
2626# Source: microservice/templates/deployment.yaml
27- apiVersion : apps/v1beta2
27+ apiVersion : apps/v1
2828kind : Deployment
2929metadata :
3030 name : ui-v1
Original file line number Diff line number Diff line change 5050 app : user
5151---
5252# Source: microservice/charts/mongodb/templates/deployment-standalone.yaml
53- apiVersion : extensions/v1beta1
53+ apiVersion : apps/v1
5454kind : Deployment
5555metadata :
5656 name : user-mongodb
@@ -118,7 +118,7 @@ spec:
118118 emptyDir : {}
119119---
120120# Source: microservice/templates/deployment.yaml
121- apiVersion : apps/v1beta2
121+ apiVersion : apps/v1
122122kind : Deployment
123123metadata :
124124 name : user-v1
Original file line number Diff line number Diff line change 2424 app : user
2525---
2626# Source: microservice/templates/deployment.yaml
27- apiVersion : apps/v1beta2
27+ apiVersion : apps/v1
2828kind : Deployment
2929metadata :
3030 name : user-v2
You can’t perform that action at this time.
0 commit comments