Add ansible-lint job
Sem-Ver: feature
Change-Id: I58c32382b8122c8e56e71c601c64dad411dbb687
diff --git a/roles/kubernetes/files/haproxy.yaml b/roles/kubernetes/files/haproxy.yaml
index 0c8f04f..0d6ea23 100644
--- a/roles/kubernetes/files/haproxy.yaml
+++ b/roles/kubernetes/files/haproxy.yaml
@@ -5,23 +5,23 @@
namespace: kube-system
spec:
containers:
- - image: haproxy:2.5
- name: haproxy
- livenessProbe:
- failureThreshold: 8
- httpGet:
- host: localhost
- path: /healthz
- port: 6443
- scheme: HTTPS
- volumeMounts:
- - mountPath: /usr/local/etc/haproxy/haproxy.cfg
- name: haproxyconf
- readOnly: true
+ - image: haproxy:2.5
+ name: haproxy
+ livenessProbe:
+ failureThreshold: 8
+ httpGet:
+ host: localhost
+ path: /healthz
+ port: 6443
+ scheme: HTTPS
+ volumeMounts:
+ - mountPath: /usr/local/etc/haproxy/haproxy.cfg
+ name: haproxyconf
+ readOnly: true
hostNetwork: true
volumes:
- - hostPath:
- path: /etc/haproxy/haproxy.cfg
- type: FileOrCreate
- name: haproxyconf
+ - hostPath:
+ path: /etc/haproxy/haproxy.cfg
+ type: FileOrCreate
+ name: haproxyconf
status: {}