Files
website/content/id/examples/controllers/replication.yaml
T
Joshua Bezaleel Abednego 4605d2b1f9 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
2020-03-21 02:04:45 -07:00

19 lines
302 B
YAML

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