mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-20 00:11:21 -05:00
18 lines
306 B
YAML
18 lines
306 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: my-depl
|
|
labels: null
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
l1: l1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
l1: l1
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: k8s.gcr.io/nginx:1.7.9
|
|
terminationMessagePolicy: null
|