1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/examples/mutate/overlay/nginx.yaml

25 lines
436 B
YAML
Raw Normal View History

2019-05-22 20:07:41 -07:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
2019-06-13 12:01:03 -07:00
creationTimestamp:
2019-05-22 20:07:41 -07:00
labels:
app: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
2019-06-13 12:01:03 -07:00
creationTimestamp:
2019-05-22 20:07:41 -07:00
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:latest
ports:
- containerPort: 80
- name: ghost
2019-07-19 20:30:55 -07:00
image: ghost:latest