Add translation for ReplicationController in ID localization (#19071)

* Add translation for ReplicationController in ID localization

* Fix typos like pod, node, web server, spesifikasi, etc.

* Fix typos on several words
This commit is contained in:
Joshua Bezaleel Abednego
2020-03-21 16:04:45 +07:00
committed by GitHub
parent 6cda04257b
commit 4605d2b1f9
2 changed files with 262 additions and 0 deletions
@@ -0,0 +1,19 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: nginx
spec:
replicas: 3
selector:
app: nginx
template:
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80