Skip to content

Commit

Permalink
examples: use Envoy /ready for readiness probes
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Chacon <[email protected]>
  • Loading branch information
rochacon committed Sep 2, 2019
1 parent fecfc71 commit 1aaf973
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/deployment-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
fieldPath: metadata.name
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
fieldPath: metadata.name
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split-httploadbalancer/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
fieldPath: metadata.name
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/render/daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ spec:
fieldPath: metadata.name
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/render/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ spec:
fieldPath: metadata.name
readinessProbe:
httpGet:
path: /healthz
path: /ready
port: 8002
initialDelaySeconds: 3
periodSeconds: 3
Expand Down

0 comments on commit 1aaf973

Please sign in to comment.