mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
23 lines
469 B
YAML
23 lines
469 B
YAML
apiVersion: apps/v1beta2
|
|
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:0.1.23
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- containerPort: 3000
|
|
serviceAccountName: ml-pipeline-ui
|