Skip to content

Commit

Permalink
Formating scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooho committed Jun 8, 2023
1 parent 97c2046 commit 6f58f0d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
4 changes: 2 additions & 2 deletions opendatahub/scripts/manifests/fvt/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- fvt.yaml
- fvt.yaml
patchesStrategicMerge:
- remove_etcd_patch.yaml
- remove_etcd_patch.yaml
namespace: modelmesh-serving
35 changes: 16 additions & 19 deletions opendatahub/scripts/manifests/runtimes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.
resources:
- triton-2.x.yaml
- mlserver-1.x.yaml
- ovms-1.x.yaml
- torchserve-0.x.yaml



- triton-2.x.yaml
- mlserver-1.x.yaml
- ovms-1.x.yaml
- torchserve-0.x.yaml

images:
- name: tritonserver-2
newName: nvcr.io/nvidia/tritonserver
newTag: 23.04-py3
- name: mlserver-1
newName: seldonio/mlserver
newTag: 1.3.2
- name: ovms-1
newName: openvino/model_server
newTag: "2022.3"
- name: torchserve-0
newName: pytorch/torchserve
newTag: 0.7.1-cpu
- name: tritonserver-2
newName: nvcr.io/nvidia/tritonserver
newTag: 23.04-py3
- name: mlserver-1
newName: seldonio/mlserver
newTag: 1.3.2
- name: ovms-1
newName: openvino/model_server
newTag: "2022.3"
- name: torchserve-0
newName: pytorch/torchserve
newTag: 0.7.1-cpu

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 6f58f0d

Please sign in to comment.