Skip to content

Commit 43da93f

Browse files
authored
Correct yaml indentation for daemon-set readiness probe (#8233)
1 parent 35dcf84 commit 43da93f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ spec:
4949
- name: prometheus
5050
containerPort: 9113
5151
readinessProbe:
52-
httpGet:
53-
path: /nginx-ready
54-
port: readiness-port
55-
periodSeconds: 1
52+
httpGet:
53+
path: /nginx-ready
54+
port: readiness-port
55+
periodSeconds: 1
5656
resources:
5757
requests:
5858
cpu: "100m"

0 commit comments

Comments
 (0)