remove redundant file

This commit is contained in:
Yann Hamon 2020-06-02 00:18:32 +02:00
parent 0eecf37d9b
commit 6a7affc438

View file

@ -1,19 +0,0 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: "bob"
spec:
replicas: 2
selector:
app: nginx
template:
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80