1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/test/resources/require_probes.yaml

16 lines
266 B
YAML
Raw Normal View History

2019-10-09 17:49:00 -07:00
apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
2019-10-09 17:49:00 -07:00
containers:
- name: goproxy
image: k8s.gcr.io/goproxy:0.1
ports:
- containerPort: 8080
2019-10-09 17:49:00 -07:00
readinessProbe:
tcpSocket:
port: 8080
periodSeconds: 10