kubeconform/fixtures/valid_1.yaml
2020-05-30 02:44:13 +02:00

19 lines
No EOL
312 B
YAML

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