mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
29 lines
502 B
YAML
29 lines
502 B
YAML
|
|
||
|
---
|
||
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: test
|
||
|
namespace: acme-fitness
|
||
|
labels:
|
||
|
app: kubecost-cost-analyzer
|
||
|
spec:
|
||
|
replicas: 3
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: kubecost-cost-analyzer
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: kubecost-cost-analyzer
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: cost-model
|
||
|
image: nginx:1.14.2
|
||
|
resources:
|
||
|
requests:
|
||
|
cpu: 350m
|
||
|
memory: 500Mi
|
||
|
limits:
|
||
|
memory: 2Gi
|