mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
Rename deployment and update image reference
This commit is contained in:
committed by
GitHub
parent
cc57d08499
commit
cdb907a980
@@ -1,22 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: hub-yolov8
|
||||
name: hub-pipeline-classifier
|
||||
labels:
|
||||
app: hub-yolov8
|
||||
app: hub-pipeline-classifier
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: hub-yolov8
|
||||
app: hub-pipeline-classifier
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: hub-yolov8
|
||||
app: hub-pipeline-classifier
|
||||
spec:
|
||||
containers:
|
||||
- name: hub-yolov8
|
||||
image: uugai/hub-yolov8:latest
|
||||
- name: hub-pipeline-classifier
|
||||
image: ghcr.io/uug-ai/hub-pipeline-classifier:v1.5.5
|
||||
#resources:
|
||||
# limits:
|
||||
# nvidia.com/gpu: 1 # requesting a single GPU
|
||||
|
||||
Reference in New Issue
Block a user