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

21 lines
361 B
YAML

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