mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
ci: replicate Azure images to Southeast Asia (#2099)
This commit is contained in:
parent
8fb6847321
commit
51d143f553
@ -663,6 +663,10 @@ var targetRegions = []*armcomputev4.TargetRegion{
|
||||
Name: toPtr("westus"),
|
||||
RegionalReplicaCount: toPtr[int32](1),
|
||||
},
|
||||
{
|
||||
Name: toPtr("southeastasia"),
|
||||
RegionalReplicaCount: toPtr[int32](1),
|
||||
},
|
||||
}
|
||||
|
||||
//go:generate stringer -type=DiskType -trimprefix=DiskType
|
||||
|
Loading…
x
Reference in New Issue
Block a user