mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
19 lines
311 B
YAML
19 lines
311 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: registry.k8s.io/nginx:1.7.9
|
|
terminationMessagePolicy: null
|