mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-15 18:59:27 -04:00
23 lines
573 B
YAML
23 lines
573 B
YAML
apiVersion: extensions/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: katib-suggestion-random
|
|
labels:
|
|
app: katib
|
|
component: suggestion-random
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
name: katib-suggestion-random
|
|
labels:
|
|
app: katib
|
|
component: suggestion-random
|
|
spec:
|
|
containers:
|
|
- name: katib-suggestion-random
|
|
image: gcr.io/kubeflow-images-public/katib/v1alpha2/suggestion-random:v0.1.2-alpha-289-g14dad8b
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- name: api
|
|
containerPort: 6789
|