1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update test resource to a valid k8s obejct (#683)

This commit is contained in:
shuting 2020-02-10 07:32:44 -08:00 committed by GitHub
parent 54279910ab
commit a4a66a11cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,13 @@ metadata:
name: myapp-pod
labels:
app: myapp
spec:
spec:
containers:
- name: nginx
image: nginx
- name: goproxy
image: k8s.gcr.io/goproxy:0.1
ports:
- containerPort: 8080
readinessProbe:
periodSeconds: 5
tcpSocket:
port: 8080
periodSeconds: 10