1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/test/manifest/require_probes.yaml
2019-10-09 17:49:00 -07:00

12 lines
No EOL
174 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: nginx
image: nginx
readinessProbe:
periodSeconds: 5