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.
 
 

35 lines
737 B

apiVersion: apps/v1
kind: Deployment
metadata:
name: katib-ui
labels:
app: katib
component: ui
spec:
replicas: 1
selector:
matchLabels:
app: katib
component: ui
template:
metadata:
name: katib-ui
labels:
app: katib
component: ui
spec:
containers:
- name: katib-ui
image: gcr.io/kubeflow-images-public/katib/v1alpha3/katib-ui
imagePullPolicy: IfNotPresent
command:
- './katib-ui'
env:
- name: KATIB_CORE_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- name: ui
containerPort: 80
serviceAccountName: katib-ui