File size: 587 Bytes
5120311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
apiVersion: apps/v1beta1
kind: Deployment
metadata:
  name: clusteringcpu
  labels:
    app: clusteringcpu
spec:
  strategy:
    type: Recreate
  template:
    metadata:
      labels:
        app: clusteringcpu
        tier: clusteringcpu
    spec:
      containers:
      - image: {{registry_host}}/clusteringcpu:{{tag}}
        name: clusteringcpu
        resources:
          requests:
            cpu: 6
            memory: 60000Mi
          limits:
            cpu: 10
            memory: 100000Mi
        ports:
        - containerPort: 
          name: