1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-13 15:57:31 +00:00
kyverno/test/conformance/chainsaw/deferred/dependencies-deprecated/deploy.yaml
gcp-cherry-pick-bot[bot] 81e2445181
chore: use more chainsaw step templates (#11300) (#11302)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-10-03 09:03:34 +00:00

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