1
0
Fork 0
salty-dog/test/examples/kubernetes-resources-low.yml

21 lines
367 B
YAML

# test rules kubernetes
# test tags kubernetes
# test exit-status 1
metadata:
name: example
labels: {}
spec:
template:
spec:
containers:
- name: test
image: foo
imagePullPolicy: Always
resources:
limits:
memory: 5Mi
requests:
cpu: 1m
memory: 2Mi