mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-25 16:25:21 -04:00
ci: replicate Azure images to Southeast Asia (#2099)
This commit is contained in:
parent
e536ff6df1
commit
e4a6d4b4fa
1 changed files with 4 additions and 0 deletions
|
@ -663,6 +663,10 @@ var targetRegions = []*armcomputev4.TargetRegion{
|
||||||
Name: toPtr("westus"),
|
Name: toPtr("westus"),
|
||||||
RegionalReplicaCount: toPtr[int32](1),
|
RegionalReplicaCount: toPtr[int32](1),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: toPtr("southeastasia"),
|
||||||
|
RegionalReplicaCount: toPtr[int32](1),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:generate stringer -type=DiskType -trimprefix=DiskType
|
//go:generate stringer -type=DiskType -trimprefix=DiskType
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue