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
-15Lines changed: 0 additions & 15 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/redis 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
order: 3
@@ -79,7 +73,6 @@ components:
79
73
- 1
80
74
- 3
81
75
- 5
82
-
nullable: true
83
76
x-walrus-ui:
84
77
group: Basic
85
78
order: 4
@@ -90,7 +83,6 @@ components:
90
83
description: |
91
84
Specify the deployment engine version, select from https://hub.docker.com/r/bitnami/redis/tags.
92
85
default: "7.0"
93
-
nullable: true
94
86
x-walrus-ui:
95
87
group: Basic
96
88
order: 5
@@ -101,7 +93,6 @@ components:
101
93
Specify the account password. The password must be 16-32 characters long and start with any letter, number, or the following symbols: ! # $ % ^ & * ( ) _ + - =.
102
94
If not specified, it will generate a random password.
103
95
format: password
104
-
nullable: true
105
96
writeOnly: true
106
97
minLength: 16
107
98
maxLength: 32
@@ -116,14 +107,12 @@ components:
116
107
default:
117
108
cpu: 0.25
118
109
memory: 1024
119
-
nullable: true
120
110
properties:
121
111
cpu:
122
112
default: 0.25
123
113
description: |
124
114
Specify the cpu resources. Unit is core.
125
115
minimum: 0.1
126
-
nullable: true
127
116
title: Cpu(Core)
128
117
type: number
129
118
x-walrus-ui:
@@ -133,7 +122,6 @@ components:
133
122
description: |
134
123
Specify the memory resources. Unit is megabyte.
135
124
minimum: 512
136
-
nullable: true
137
125
title: Memory(MiB)
138
126
type: number
139
127
x-walrus-ui:
@@ -147,12 +135,10 @@ components:
147
135
type: object
148
136
description: |
149
137
Specify the storage resources.
150
-
nullable: true
151
138
properties:
152
139
class:
153
140
description: |
154
141
Specify the storage class. If not specified, it will use the default provisioner.
0 commit comments