You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,11 @@ components:
12
12
description: |
13
13
Specify the infrastructure information for deploying.
14
14
default: {}
15
-
nullable: true
16
15
properties:
17
16
domain_suffix:
18
17
default: cluster.local
19
18
description: |
20
19
Specify the domain name of the Kubernetes cluster.
21
-
nullable: true
22
20
title: Domain Suffix
23
21
type: string
24
22
x-walrus-ui:
@@ -27,13 +25,11 @@ components:
27
25
default: registry-1.docker.io
28
26
description: |
29
27
Specify the image registry to pull the bitnami/postgresql image, default is `registry-1.docker.io`.
30
-
nullable: true
31
28
title: Image Registry
32
29
type: string
33
30
x-walrus-ui:
34
31
order: 2
35
32
namespace:
36
-
nullable: true
37
33
title: Namespace
38
34
type: string
39
35
x-walrus-ui:
@@ -47,7 +43,6 @@ components:
47
43
- NodePort
48
44
- LoadBalancer
49
45
- ClusterIP
50
-
nullable: true
51
46
title: Service Type
52
47
type: string
53
48
x-walrus-ui:
@@ -65,7 +60,6 @@ components:
65
60
enum:
66
61
- standalone
67
62
- replication
68
-
nullable: true
69
63
x-walrus-ui:
70
64
group: Basic
71
65
immutable: true
@@ -80,7 +74,6 @@ components:
80
74
- 1
81
75
- 2
82
76
- 3
83
-
nullable: true
84
77
x-walrus-ui:
85
78
group: Basic
86
79
order: 4
@@ -91,7 +84,6 @@ components:
91
84
description: |
92
85
Specify the deployment engine version, select from https://hub.docker.com/r/bitnami/postgresql/tags.
93
86
default: "15.0"
94
-
nullable: true
95
87
x-walrus-ui:
96
88
group: Basic
97
89
order: 5
@@ -102,7 +94,6 @@ components:
102
94
characters long and start with any lower letter, combined with number,
103
95
or symbols: - _. \nThe database name cannot be PostgreSQL forbidden keyword.\n"
104
96
default: mydb
105
-
nullable: true
106
97
minLength: 2
107
98
maxLength: 64
108
99
x-walrus-ui:
@@ -115,7 +106,6 @@ components:
115
106
Specify the account username. The username must be 2-16 characters long and start with lower letter(expect `pg` prefix), combined with number, or symbol: _.
116
107
The username cannot be PostgreSQL forbidden keyword and postgres.
117
108
default: rdsuser
118
-
nullable: true
119
109
minLength: 2
120
110
maxLength: 16
121
111
x-walrus-ui:
@@ -128,7 +118,6 @@ components:
128
118
Specify the account password. The password must be 8-32 characters long and start with any letter, number, or symbols: ! # $ % ^ & * ( ) _ + - =.
129
119
If not specified, it will generate a random password.
130
120
format: password
131
-
nullable: true
132
121
writeOnly: true
133
122
minLength: 8
134
123
maxLength: 32
@@ -143,14 +132,12 @@ components:
143
132
default:
144
133
cpu: 0.25
145
134
memory: 1024
146
-
nullable: true
147
135
properties:
148
136
cpu:
149
137
default: 0.25
150
138
description: |
151
139
Specify the cpu resources. Unit is core.
152
140
minimum: 0.1
153
-
nullable: true
154
141
title: Cpu(Core)
155
142
type: number
156
143
x-walrus-ui:
@@ -160,7 +147,6 @@ components:
160
147
description: |
161
148
Specify the memory resources. Unit is megabyte.
162
149
minimum: 512
163
-
nullable: true
164
150
title: Memory(MiB)
165
151
type: number
166
152
x-walrus-ui:
@@ -174,12 +160,10 @@ components:
174
160
type: object
175
161
description: |
176
162
Specify the storage resources.
177
-
nullable: true
178
163
properties:
179
164
class:
180
165
description: |
181
166
Specify the storage class. If not specified, it will use the default provisioner.
182
-
nullable: true
183
167
title: Class
184
168
type: string
185
169
x-walrus-ui:
@@ -189,7 +173,6 @@ components:
189
173
description: |
190
174
Specify the storage size. Unit is megabyte.
191
175
minimum: 1024
192
-
nullable: true
193
176
title: Size(MiB)
194
177
type: number
195
178
x-walrus-ui:
@@ -206,12 +189,10 @@ components:
206
189
Seeding increases the startup time waiting and also needs
207
190
proper permission, like root account.
208
191
default: {}
209
-
nullable: true
210
192
properties:
211
193
text:
212
194
description: |
213
195
Configure database seeding from text.
214
-
nullable: true
215
196
properties:
216
197
content:
217
198
description: |
@@ -238,15 +219,13 @@ components:
238
219
- none
239
220
- url
240
221
- text
241
-
nullable: true
242
222
title: Type
243
223
type: string
244
224
x-walrus-ui:
245
225
order: 1
246
226
url:
247
227
description: |
248
228
Configure database seeding from URL.
249
-
nullable: true
250
229
properties:
251
230
location:
252
231
description: |
@@ -258,12 +237,10 @@ components:
258
237
storage:
259
238
description: |
260
239
Specify a storage to store the downloaded SQL statements.
261
-
nullable: true
262
240
properties:
263
241
class:
264
242
description: |
265
243
Specify the storage class. If not specified, it will use the default provisioner.
0 commit comments