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

22 lines
395 B
YAML

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