mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Use multiarch image for postgresql instance (#7049)
This commit is contained in:
@@ -3,6 +3,7 @@ kind: Cluster
|
||||
metadata:
|
||||
name: cluster-sample
|
||||
spec:
|
||||
imageName: quay.io/enterprisedb/postgresql:15.3-multiarch
|
||||
logLevel: info
|
||||
startDelay: 30
|
||||
stopDelay: 30
|
||||
|
||||
@@ -3,6 +3,7 @@ kind: Cluster
|
||||
metadata:
|
||||
name: cluster-example-initdb
|
||||
spec:
|
||||
imageName: quay.io/enterprisedb/postgresql:15.3-multiarch
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: appdb
|
||||
|
||||
Reference in New Issue
Block a user