mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-02 11:16:21 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
|
@ -0,0 +1,41 @@
|
|||
apiVersion: apps/v1beta2
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
labels:
|
||||
app: metacontroller
|
||||
name: metacontroller
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: metacontroller
|
||||
serviceName: ""
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: metacontroller
|
||||
spec:
|
||||
containers:
|
||||
- command:
|
||||
- /usr/bin/metacontroller
|
||||
- --logtostderr
|
||||
- -v=4
|
||||
- --discovery-interval=20s
|
||||
image: metacontroller/metacontroller:v0.3.0
|
||||
imagePullPolicy: Always
|
||||
name: metacontroller
|
||||
ports:
|
||||
- containerPort: 2345
|
||||
resources:
|
||||
limits:
|
||||
cpu: "4"
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
privileged: true
|
||||
serviceAccountName: meta-controller-service
|
||||
# Workaround for https://github.com/kubernetes-sigs/kustomize/issues/677
|
||||
volumeClaimTemplates: []
|
Loading…
Add table
Add a link
Reference in a new issue