Update deployment.yaml
This commit is contained in:
parent
ae9758727c
commit
37a4179f96
1 changed files with 7 additions and 0 deletions
|
|
@ -65,6 +65,13 @@ spec:
|
||||||
- name: hermes-config
|
- name: hermes-config
|
||||||
mountPath: /opt/data/config.yaml
|
mountPath: /opt/data/config.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 2Gi
|
||||||
|
cpu: "1"
|
||||||
|
limits:
|
||||||
|
memory: 6Gi
|
||||||
|
cpu: "4"
|
||||||
volumes:
|
volumes:
|
||||||
- name: hermes-config
|
- name: hermes-config
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue