mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-23 21:05:46 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
22
kubeflow/kfapp/kustomize/pipelines-ui/base/deployment.yaml
Normal file
22
kubeflow/kfapp/kustomize/pipelines-ui/base/deployment.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue