Add translations for Declarative Config for Bahasa Indonesia (#14030)
* Translate declarative config for Bahasa Indonesia * Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia * Add _index.md to object-management-kubectl translations for Bahasa Indonesia
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b206fdf241
commit
e671202ff5
@@ -0,0 +1,18 @@
|
||||
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 # perbarui image
|
||||
ports:
|
||||
- containerPort: 80
|
||||
Reference in New Issue
Block a user