mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
* chore: migrate tests to chainsaw Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * cleanup Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * cleanup Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix: exec timeout Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * exceptions Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * exceptions Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * filter Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
28 lines
502 B
YAML
28 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
|