Skip to content

Commit

Permalink
added service account name for the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyKalashnykov committed Mar 26, 2020
1 parent 51fc6f5 commit 14aa3bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/department-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
timeoutSeconds: 2
periodSeconds: 20
failureThreshold: 5
serviceAccountName: api-service-account
---
apiVersion: v1
kind: Service
Expand Down
1 change: 1 addition & 0 deletions k8s/employee-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
timeoutSeconds: 10
periodSeconds: 20
failureThreshold: 10
serviceAccountName: api-service-account
---
apiVersion: v1
kind: Service
Expand Down
1 change: 1 addition & 0 deletions k8s/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
timeoutSeconds: 2
periodSeconds: 20
failureThreshold: 5
serviceAccountName: api-service-account
---
apiVersion: v1
kind: Service
Expand Down
1 change: 1 addition & 0 deletions k8s/mongodb-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
timeoutSeconds: 2
periodSeconds: 20
failureThreshold: 5
serviceAccountName: api-service-account
---
apiVersion: v1
kind: Service
Expand Down
1 change: 1 addition & 0 deletions k8s/organization-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
timeoutSeconds: 2
periodSeconds: 20
failureThreshold: 5
serviceAccountName: api-service-account
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 14aa3bd

Please sign in to comment.