Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
457 B

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: ml-pipeline-ui
name: ml-pipeline-ui
spec:
selector:
matchLabels:
app: ml-pipeline-ui
template:
metadata:
labels:
app: ml-pipeline-ui
spec:
containers:
- name: ml-pipeline-ui
image: gcr.io/ml-pipeline/frontend
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
serviceAccountName: ml-pipeline-ui