Skip to content

Commit

Permalink
Adding new manifests for 0.10.0 (kserve#2544)
Browse files Browse the repository at this point in the history
* Adding new manifests.

Signed-off-by: rachitchauhan43 <[email protected]>

* Adding new manifests.

Signed-off-by: rachitchauhan43 <[email protected]>

* Deleted Stateful set for kserve-manager-controller

Signed-off-by: rachitchauhan43 <[email protected]>

* Fixing relative link in Release process

Signed-off-by: rachitchauhan43 <[email protected]>

Signed-off-by: rachitchauhan43 <[email protected]>
  • Loading branch information
rachitchauhan43 authored Nov 18, 2022
1 parent 377a39a commit 19ee4cf
Show file tree
Hide file tree
Showing 15 changed files with 47,045 additions and 2,380 deletions.
45 changes: 45 additions & 0 deletions charts/kserve/crds/serving.kserve.io_clusterservingruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ spec:
type: array
type: object
type: object
annotations:
additionalProperties:
type: string
type: object
builtInAdapter:
properties:
env:
Expand Down Expand Up @@ -675,6 +679,16 @@ spec:
failureThreshold:
format: int32
type: integer
grpc:
properties:
port:
format: int32
type: integer
service:
type: string
required:
- port
type: object
httpGet:
properties:
host:
Expand Down Expand Up @@ -769,6 +783,16 @@ spec:
failureThreshold:
format: int32
type: integer
grpc:
properties:
port:
format: int32
type: integer
service:
type: string
required:
- port
type: object
httpGet:
properties:
host:
Expand Down Expand Up @@ -917,6 +941,16 @@ spec:
failureThreshold:
format: int32
type: integer
grpc:
properties:
port:
format: int32
type: integer
service:
type: string
required:
- port
type: object
httpGet:
properties:
host:
Expand Down Expand Up @@ -1029,6 +1063,17 @@ spec:
type: string
httpDataEndpoint:
type: string
imagePullSecrets:
items:
properties:
name:
type: string
type: object
type: array
labels:
additionalProperties:
type: string
type: object
multiModel:
type: boolean
nodeSelector:
Expand Down
Loading

0 comments on commit 19ee4cf

Please sign in to comment.