[zh] Fix examples for Chinese localization

This commit is contained in:
Qiming Teng
2020-06-23 17:56:42 +08:00
parent ece28880f9
commit 5f10c216de
11 changed files with 369 additions and 70 deletions
@@ -0,0 +1,19 @@
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
kind: Deployment
metadata:
name: retainkeys-demo
spec:
selector:
matchLabels:
app: nginx
strategy:
rollingUpdate:
maxSurge: 30%
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: retainkeys-demo-ctr
image: nginx