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:
parent
54279910ab
commit
a4a66a11cd
1 changed files with 8 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue