epics-containers / ec-helm-charts

A set of shared helm charts for domain services and IOC instances
Apache License 2.0
1 stars 1 forks source link

Adding a device into resources #34

Closed marcelldls closed 6 days ago

marcelldls commented 1 week ago

Allow device to be added into resources in the values.yaml without having to redefine the memory and cpu


  resources:
    limits:
      cpu: 500m
      memory: 256Mi
      diamond.ac.uk/thorlabs-mff101: 1
    requests:
      cpu: 100m
      memory: 64Mi
      diamond.ac.uk/thorlabs-mff101: 1
marcelldls commented 6 days ago

Actually, the overlaying of dictionaries works as expected for this. Neat

marcelldls commented 6 days ago

Note: I believe I expected this because arrays however DO NOT get merged