4605d2b1f9
* Add translation for ReplicationController in ID localization * Fix typos like pod, node, web server, spesifikasi, etc. * Fix typos on several words
19 lines
302 B
YAML
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 |