mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
26 lines
497 B
YAML
26 lines
497 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
|