mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 11:48:17 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
19
kubeflow/kfapp/kustomize/application/base/stateful-set.yaml
Normal file
19
kubeflow/kfapp/kustomize/application/base/stateful-set.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
name: stateful-set
|
||||
spec:
|
||||
serviceName: service
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: manager
|
||||
command:
|
||||
- /root/manager
|
||||
image: gcr.io/kubeflow-images-public/kubernetes-sigs/application
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: project
|
||||
value: $(project)
|
||||
serviceAccountName: service-account
|
||||
volumeClaimTemplates: []
|
Loading…
Add table
Add a link
Reference in a new issue