fix
This commit is contained in:
@@ -53,11 +53,11 @@ resource "kubectl_manifest" "prj_mongo" {
|
||||
- name: mongod
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 1G
|
||||
cpu: "1"
|
||||
memory: "1100M"
|
||||
requests:
|
||||
cpu: "0.3"
|
||||
memory: 400M
|
||||
memory: "400M"
|
||||
env:
|
||||
- name: MONGODB_NAME
|
||||
value: ${var.component}
|
||||
|
||||
Reference in New Issue
Block a user