Skip to content

Commit

Permalink
Updates K8 Applicaton deployment schema tetrateio#140
Browse files Browse the repository at this point in the history
  • Loading branch information
csg33k committed Jul 18, 2020
1 parent 4041e4d commit 9f2a17b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions modules/install/app/config/account-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
app: account
---
# Source: microservice/charts/mongodb/templates/deployment-standalone.yaml
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: account-mongodb
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
emptyDir: {}
---
# Source: microservice/templates/deployment.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: account-v1
Expand Down
4 changes: 2 additions & 2 deletions modules/install/app/config/transaction-log-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
app: transaction-log
---
# Source: microservice/charts/mongodb/templates/deployment-standalone.yaml
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: transaction-log-mongodb
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
emptyDir: {}
---
# Source: microservice/templates/deployment.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: transaction-log-v1
Expand Down
2 changes: 1 addition & 1 deletion modules/install/app/config/ui-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app: ui
---
# Source: microservice/templates/deployment.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: ui-v1
Expand Down
4 changes: 2 additions & 2 deletions modules/install/app/config/user-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
app: user
---
# Source: microservice/charts/mongodb/templates/deployment-standalone.yaml
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: user-mongodb
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
emptyDir: {}
---
# Source: microservice/templates/deployment.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: user-v1
Expand Down

0 comments on commit 9f2a17b

Please sign in to comment.