Change image for pg-cluster
This commit is contained in:
@@ -5,6 +5,7 @@ metadata:
|
|||||||
namespace: cnpg-cluster
|
namespace: cnpg-cluster
|
||||||
spec:
|
spec:
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.3-v0.2.1
|
||||||
instances: 3
|
instances: 3
|
||||||
managed:
|
managed:
|
||||||
roles:
|
roles:
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ func Stack() stack.Stack {
|
|||||||
func Cluster() pg.Cluster {
|
func Cluster() pg.Cluster {
|
||||||
spec := pg.ClusterSpec{
|
spec := pg.ClusterSpec{
|
||||||
Instances: 3,
|
Instances: 3,
|
||||||
|
ImageName: "ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.3-v0.2.1",
|
||||||
StorageConfiguration: pg.StorageConfiguration{
|
StorageConfiguration: pg.StorageConfiguration{
|
||||||
StorageClass: new(root.KUBE_LOCAL_STORAGE_CLASS),
|
StorageClass: new(root.KUBE_LOCAL_STORAGE_CLASS),
|
||||||
Size: "10Gi",
|
Size: "10Gi",
|
||||||
|
|||||||
Reference in New Issue
Block a user