mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 03:36:20 -04:00
21 lines
485 B
YAML
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
|