We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b65f9c + 7ff2be4 commit 6864e7eCopy full SHA for 6864e7e
2 files changed
crd/examples/restatecluster.pkl
@@ -5,12 +5,18 @@ cluster = (RestateCluster) {
5
name = "restate-test"
6
}
7
spec {
8
+ cluster {
9
+ autoProvision = true
10
+ }
11
compute {
- image = "restatedev/restate:1.4"
12
+ image = "restatedev/restate:1.6.2"
13
14
storage {
15
storageRequestBytes = 2.gib.toUnit("b").value as Int
16
17
+ config = """
18
+ auto-provision = false
19
+ """
20
21
22
crd/examples/restatecluster.yaml
@@ -6,8 +6,7 @@ spec:
cluster:
autoProvision: true
compute:
- image: restatedev/restate:1.5.6
+ image: restatedev/restate:1.6.2
+ config: auto-provision = false
storage:
storageRequestBytes: 2147483648
- config: |
- auto-provision = false
0 commit comments