ml-quantum-tensorflow-py/kubeflow/kfapp/kustomize/spartakus/base/deployment.yaml
2020-04-06 17:23:26 -07:00

21 lines
485 B
YAML

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: spartakus
name: spartakus-volunteer
spec:
replicas: 1
template:
metadata:
labels:
app: spartakus-volunteer
spec:
containers:
- args:
- volunteer
- --cluster-id=$(usageId)
- --database=https://stats-collector.kubeflow.org
image: gcr.io/google_containers/spartakus-amd64:v1.1.0
name: volunteer
serviceAccountName: spartakus