Fix the vendor name in API version and update the docker image.
This commit is contained in:
parent
e7220f0abf
commit
3b4d8a8ff5
|
|
@ -1,11 +1,11 @@
|
||||||
apiVersion: "zalan.do/v1"
|
apiVersion: "acid.zalan.do/v1"
|
||||||
kind: "Spilo"
|
kind: Spilo
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
name: testcluster
|
name: testcluster
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p5
|
docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p9
|
||||||
etcd_host: etcd-client.default.svc.cluster.local:2379
|
etcd_host: etcd-client.default.svc.cluster.local:2379
|
||||||
volume_size: 100 # GB
|
volume_size: 100 # GB
|
||||||
resource_cpu: 100m
|
resource_cpu: 100m
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue