mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-06-03 13:51:57 -04:00
24 lines
469 B
YAML
24 lines
469 B
YAML
apiVersion: apps/v1beta2
|
|
kind: Deployment
|
|
metadata:
|
|
name: ui
|
|
labels:
|
|
app: metadata-ui
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: metadata-ui
|
|
template:
|
|
metadata:
|
|
name: ui
|
|
labels:
|
|
app: metadata-ui
|
|
spec:
|
|
containers:
|
|
- image: gcr.io/kubeflow-images-public/metadata-frontend:v0.1.8
|
|
imagePullPolicy: IfNotPresent
|
|
name: metadata-ui
|
|
ports:
|
|
- containerPort: 3000
|
|
serviceAccountName: ui
|
|
|