Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. readinessProbe:
  2. exec:
  3. command: ["/root/grpc_health_probe", "-addr=:6666"]
  4. initialDelaySeconds: 1
  5. livenessProbe:
  6. exec:
  7. command: ["/root/grpc_health_probe", "-addr=:6666"]
  8. initialDelaySeconds: 2
  9. imagePullPolicy: IfNotPresent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement