Skip to content

Commit

Permalink
Merge pull request #1551 from renuka-fernando/update
Browse files Browse the repository at this point in the history
Fix K8s Resources
  • Loading branch information
renuka-fernando authored Jan 12, 2021
2 parents b314bfe + 7c8bb39 commit 5bd7a73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/k8s-artifacts/mg-adapter/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "250MiB"
memory: "250Mi"
cpu: "250m"
limits:
memory: "500MiB"
memory: "500Mi"
cpu: "500m"
ports:
- containerPort: 18000
Expand Down
4 changes: 2 additions & 2 deletions resources/k8s-artifacts/mg-enforcer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "250MiB"
memory: "250Mi"
cpu: "250m"
limits:
memory: "500MiB"
memory: "500Mi"
cpu: "500m"
ports:
- containerPort: 8081
Expand Down
4 changes: 2 additions & 2 deletions resources/k8s-artifacts/mg-router/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "250MiB"
memory: "250Mi"
cpu: "250m"
limits:
memory: "500MiB"
memory: "500Mi"
cpu: "500m"
ports:
- containerPort: 9000
Expand Down

0 comments on commit 5bd7a73

Please sign in to comment.