@@ -120,6 +120,42 @@ spec:
120
120
image :
121
121
description : Specify a custom image for DSP API Server.
122
122
type : string
123
+ initResources :
124
+ description : Specify init container resource requirements. The
125
+ init container is used to build managed-pipelines and store
126
+ them in a shared volume.
127
+ properties :
128
+ limits :
129
+ properties :
130
+ cpu :
131
+ anyOf :
132
+ - type : integer
133
+ - type : string
134
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
135
+ x-kubernetes-int-or-string : true
136
+ memory :
137
+ anyOf :
138
+ - type : integer
139
+ - type : string
140
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
141
+ x-kubernetes-int-or-string : true
142
+ type : object
143
+ requests :
144
+ properties :
145
+ cpu :
146
+ anyOf :
147
+ - type : integer
148
+ - type : string
149
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
150
+ x-kubernetes-int-or-string : true
151
+ memory :
152
+ anyOf :
153
+ - type : integer
154
+ - type : string
155
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
156
+ x-kubernetes-int-or-string : true
157
+ type : object
158
+ type : object
123
159
resources :
124
160
description : Specify custom Pod resource requirements for this
125
161
component.
@@ -1018,6 +1054,42 @@ spec:
1018
1054
image :
1019
1055
description : Specify a custom image for DSP API Server.
1020
1056
type : string
1057
+ initResources :
1058
+ description : Specify init container resource requirements. The
1059
+ init container is used to build managed-pipelines and store
1060
+ them in a shared volume.
1061
+ properties :
1062
+ limits :
1063
+ properties :
1064
+ cpu :
1065
+ anyOf :
1066
+ - type : integer
1067
+ - type : string
1068
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1069
+ x-kubernetes-int-or-string : true
1070
+ memory :
1071
+ anyOf :
1072
+ - type : integer
1073
+ - type : string
1074
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1075
+ x-kubernetes-int-or-string : true
1076
+ type : object
1077
+ requests :
1078
+ properties :
1079
+ cpu :
1080
+ anyOf :
1081
+ - type : integer
1082
+ - type : string
1083
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1084
+ x-kubernetes-int-or-string : true
1085
+ memory :
1086
+ anyOf :
1087
+ - type : integer
1088
+ - type : string
1089
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1090
+ x-kubernetes-int-or-string : true
1091
+ type : object
1092
+ type : object
1021
1093
injectDefaultScript :
1022
1094
default : true
1023
1095
description : ' Inject the archive step script. Default: true Deprecated:
0 commit comments