diff --git a/kubernetesb64/rc.yml/rc-yml b/kubernetesb64/rc.yml/rc-yml new file mode 100644 index 0000000..176c375 --- /dev/null +++ b/kubernetesb64/rc.yml/rc-yml @@ -0,0 +1,22 @@ +apiVersion: v1 +kind: ReplicationController +metadata: + name: rc-flipkartapp + labels: + app: rc-flipkartapp +spec: + replicas: 3 + selector: + #matchlabels: + app: flipkartapp + template: + metadata: + name: flipkarapp + labels: + app: flipkartapp + spec: + containers: + - name: nginx + image: nginx:latest + ports: + - containerPort: 80 \ No newline at end of file