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: |