Skip to content

Commit

Permalink
update all IOCs to new scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed May 24, 2022
1 parent fbe0d4d commit 0a4961d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 18 deletions.
12 changes: 10 additions & 2 deletions iocs/bl45p-ea-ioc-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ type: application
version: 2021.2.0
appVersion: 2021.2.0


dependencies:
- name: bl45p-chart
version: "1.0.0"
repository: file://../../bl45p-chart
import-values:
- beamline_defaults
- name: helm-ioc-lib
version: "1.6"
repository: "oci://ghcr.io/epics-containers"
version: "1.6.1"
repository: oci://ghcr.io/epics-containers
import-values:
- defaults
22 changes: 9 additions & 13 deletions iocs/bl45p-ea-ioc-01/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
beamline: bl45p
namespace: bl45p
name: bl45p-ea-ioc-01
base_image: ghcr.io/epics-containers/ioc-adaravis:2.2.1r3.0.run

# root folder of generic ioc source - not expected to change
iocFolder: /epics/ioc

# useAffinity - only run on nodes with label beamline:bl45p
useAffinity: true
# resource limits
memory: 2048Mi
cpu: 4

# when autosave is true: create PVC and mount at /autosave
autosave: true
# Area detector may need more than beamline default resources
resources:
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 1
memory: 500Mi
11 changes: 9 additions & 2 deletions iocs/bl45p-ea-ioc-02/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ version: 2021.8.27
appVersion: 2021.8.27

dependencies:
- name: bl45p-chart
version: "1.0.0"
repository: file://../../bl45p-chart
import-values:
- beamline_defaults
- name: helm-ioc-lib
version: "1.6"
repository: "oci://ghcr.io/epics-containers"
version: "1.6.1"
repository: oci://ghcr.io/epics-containers
import-values:
- defaults
2 changes: 1 addition & 1 deletion iocs/bl45p-mo-ioc-01/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
- beamline_defaults
- name: helm-ioc-lib
version: "1.6.1"
repository: oci://ghcr.io/epics-containers/helm-ioc-lib
repository: oci://ghcr.io/epics-containers
import-values:
- defaults

0 comments on commit 0a4961d

Please sign in to comment.