Compare commits
2 Commits
097fe2e0e7
...
84be8f2c36
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84be8f2c36 | ||
|
|
a8c7df67fe |
@@ -102,6 +102,13 @@ spec:
|
||||
- "/app/proxy_server_config.yaml"
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "1000m"
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /app/proxy_server_config.yaml
|
||||
@@ -112,13 +119,6 @@ spec:
|
||||
env:
|
||||
- name: STORE_MODEL_IN_DB
|
||||
value: "True"
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
volumes:
|
||||
- name: config-volume
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user