-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add binaries PVC and PVC size values
- Loading branch information
Showing
3 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# use nginx for publishing opi files over http | ||
image: nginx:1.25.4 | ||
|
||
# These are overridden per ioc_group repository | ||
|
||
# the beamline name - only set for beamlines | ||
beamline: | ||
location: | ||
# the name of the repository in which the IOC is grouped | ||
ioc_group: | ||
# the location where the IOCs will run - same as beamline for beamlines | ||
location: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# this value must be overridden | ||
beamline: | ||
# the beamline name - only set for beamlines | ||
beamline: bl20j | ||
# the name of the repository in which the IOC is grouped | ||
ioc_group: bl20j | ||
# the location where the IOCs will run - same as beamline for beamlines | ||
location: bl20j | ||
|
||
# sizes of the auto provisioned PVs | ||
opi_size: 1Gi | ||
runtime_size: 1Gi | ||
autosave_size: 1Gi | ||
binaries_size: 1Gi |