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

22 lines
395 B
YAML
Raw Normal View History

2019-07-01 13:02:38 +00:00
# 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: 4000m
memory: 5Gi
2019-06-15 22:53:07 +00:00
requests:
cpu: 4000m
memory: 5Gi