941f8d1ce4
* zh_trans: kubeadm-upgrade-1-12.md * update file * Update _index.md * Delete _index.md * Update kubeadm-upgrade-1-12.md * zh_trans: docs/reference/setup-tools/kubeadm/generated/kubeadm_config.md * Update kubeadm_config.md * zh_trans: fix Preview * zh_trans: fix Preview
19 lines
321 B
YAML
19 lines
321 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nginx-deployment
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: nginx
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:1.11.9 # update the image
|
|
ports:
|
|
- containerPort: 80
|