mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-02 19:26:16 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
31
kubeflow/kfapp/kustomize/tensorboard/base/deployment.yaml
Normal file
31
kubeflow/kfapp/kustomize/tensorboard/base/deployment.yaml
Normal file
|
@ -0,0 +1,31 @@
|
|||
apiVersion: apps/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: tensorboard
|
||||
name: tensorboard
|
||||
spec:
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: tensorboard
|
||||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- --logdir=logs
|
||||
- --port=6006
|
||||
command:
|
||||
- /usr/local/bin/tensorboard
|
||||
image: tensorflow/tensorflow:1.8.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: tensorboard
|
||||
ports:
|
||||
- containerPort: 6006
|
||||
resources:
|
||||
limits:
|
||||
cpu: "4"
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: 1Gi
|
Loading…
Add table
Add a link
Reference in a new issue