Adding Bahasa Indonesia translation for Deployment page (#17815)
* Translate Use Case, Creating a Deployment * Translate deployment * Finish deployment updates, continue on deployment status * Finish scaling and deploy status * Finish rollback, clean up, canary * Finish specification, tyding up * Translate remaining typographs
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a1c4d04960
commit
e19c758d6a
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: nginx-deployment
|
||||||
|
labels:
|
||||||
|
app: nginx
|
||||||
|
spec:
|
||||||
|
replicas: 3
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: nginx
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: nginx
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: nginx
|
||||||
|
image: nginx:1.7.9
|
||||||
|
ports:
|
||||||
|
- containerPort: 80
|
||||||
Reference in New Issue
Block a user