kubeconform/fixtures/valid.yaml
2020-06-02 00:16:38 +02:00

19 lines
303 B
YAML
Executable file

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