Translate Connecting Applications with Services in Bahasa Indonesia (#14079)
* Menerjemahkan connect-applicaitons-service kedalam bahasa Indonesia * add examples files * change title * fix email * fix minor typos and formatting * fix minor & typo
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b191b55588
commit
950513d5fa
@@ -0,0 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: my-nginx
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
run: my-nginx
|
||||
replicas: 2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
run: my-nginx
|
||||
spec:
|
||||
containers:
|
||||
- name: my-nginx
|
||||
image: nginx
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
Reference in New Issue
Block a user