Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-04-29 09:22:34 -04:00 committed by GitHub
parent ae9758727c
commit 37a4179f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: