Loading manifests/cockroachdb/cluster.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ spec: # You can set either a version of the db or a specific image name # cockroachDBVersion: v22.2.0 image: name: cockroachdb/cockroach:v22.2.0 #name: cockroachdb/cockroach:v22.2.0 name: cockroachdb/cockroach:latest-v22.2 # nodes refers to the number of crdb pods that are created # via the statefulset nodes: 3 Loading manifests/cockroachdb/single-node.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ spec: containers: - name: cockroachdb image: cockroachdb/cockroach:latest-v22.2 imagePullPolicy: Always args: - start-single-node ports: Loading Loading
manifests/cockroachdb/cluster.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ spec: # You can set either a version of the db or a specific image name # cockroachDBVersion: v22.2.0 image: name: cockroachdb/cockroach:v22.2.0 #name: cockroachdb/cockroach:v22.2.0 name: cockroachdb/cockroach:latest-v22.2 # nodes refers to the number of crdb pods that are created # via the statefulset nodes: 3 Loading
manifests/cockroachdb/single-node.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ spec: containers: - name: cockroachdb image: cockroachdb/cockroach:latest-v22.2 imagePullPolicy: Always args: - start-single-node ports: Loading