Enable Nix and refresh linux cache volumes
This commit is contained in:
parent
0310ef17dc
commit
c47f0e6bea
5 changed files with 19 additions and 13 deletions
|
|
@ -176,14 +176,14 @@ func (c *Config) Validate() error {
|
|||
if len(c.Namespace.LinuxCacheVolumes) == 0 {
|
||||
c.Namespace.LinuxCacheVolumes = []CacheVolumeConfig{
|
||||
{
|
||||
Tag: "burrow-forgejo-linux-nix",
|
||||
Tag: "burrow-forgejo-linux-nix-v2",
|
||||
MountPoint: "/nix",
|
||||
SizeGb: 60,
|
||||
SizeGb: 80,
|
||||
},
|
||||
{
|
||||
Tag: "burrow-forgejo-linux-cache",
|
||||
Tag: "burrow-forgejo-linux-cache-v2",
|
||||
MountPoint: c.Namespace.LinuxCachePath,
|
||||
SizeGb: 40,
|
||||
SizeGb: 80,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue