mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
25 lines
No EOL
449 B
YAML
25 lines
No EOL
449 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
creationTimestamp:
|
|
labels:
|
|
app: nginxlatest
|
|
name: nginx-deployment
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: nginxlatest
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp:
|
|
labels:
|
|
app: nginxlatest
|
|
spec:
|
|
containers:
|
|
- image: nginx:latest
|
|
imagePullPolicy: IfNotPresent
|
|
name: nginx
|
|
resources: {}
|
|
status: {} |