diff --git a/release/infra-mongo.yaml b/release/infra-mongo.yaml index 8a4e231..a5b110a 100644 --- a/release/infra-mongo.yaml +++ b/release/infra-mongo.yaml @@ -5,19 +5,18 @@ _config: template: type: template.caicloud.io/application version: 1.0.0 - version: "v0.0.6" + version: "v0.0.7" controllers: - containers: - name: mongo - image: '[[ registry_library ]]/mongo:3.6.5' + image: '[[ registry_library ]]/mongo:3.6.13' imagePullPolicy: IfNotPresent resources: limits: - cpu: 500m memory: 8Gi requests: cpu: 100m - memory: 200Mi + memory: 2Gi probe: liveness: handler: @@ -53,8 +52,6 @@ _config: - rs0 - "--bind_ip" - 0.0.0.0 - - "--smallfiles" - - "--noprealloc" mounts: - name: mongo-storage path: /data/db @@ -69,7 +66,7 @@ _config: cpu: 50m memory: 200Mi requests: - cpu: 10m + cpu: 20m memory: 100Mi env: - name: MONGO_SIDECAR_POD_LABELS