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

21 lines
396 B
YAML
Raw Normal View History

# test rules kubernetes
# test tags kubernetes
# test exit-status 0
2019-06-15 22:53:07 +00:00
metadata:
name: example
labels: {}
2019-06-15 22:53:07 +00:00
spec:
template:
spec:
containers:
- name: test
image: foo
imagePullPolicy: Always
2019-06-15 22:53:07 +00:00
resources:
limits:
cpu: 200m
memory: 250Mi
requests:
cpu: 200m
memory: 250Mi