Browse Source

Indentation errors

Dylan Murray 7 years ago
parent
commit
4136d7f8a2
1 changed files with 14 additions and 14 deletions
  1. 14 14
      roles/ansible_service_broker/tasks/install.yml

+ 14 - 14
roles/ansible_service_broker/tasks/install.yml

@@ -231,20 +231,20 @@
                       value: /etc/ansible-service-broker/config.yaml
                   resources: {}
                   terminationMessagePath: /tmp/termination-log
-                readinessProbe:
-                  httpGet:
-                    port: 1338
-                    path: /healthz
-                    scheme: HTTPS
-                  initialDelaySeconds: 15
-                  timeoutSeconds: 1
-                livenessProbe:
-                  httpGet:
-                    port: 1338
-                    path: /healthz
-                    scheme: HTTPS
-                  initialDelaySeconds: 15
-                  timeoutSeconds: 1
+                  readinessProbe:
+                    httpGet:
+                      port: 1338
+                      path: /healthz
+                      scheme: HTTPS
+                    initialDelaySeconds: 15
+                    timeoutSeconds: 1
+                  livenessProbe:
+                    httpGet:
+                      port: 1338
+                      path: /healthz
+                      scheme: HTTPS
+                    initialDelaySeconds: 15
+                    timeoutSeconds: 1
 
                 - image: "{{ ansible_service_broker_etcd_image }}"
                   name: etcd