Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - name: rev79-uac-sandbox
  2. image: gcr.io/rev79-232812/uac:latest
  3. imagePullPolicy: Always
  4. ports:
  5. - containerPort: 3011
  6. readinessProbe:
  7. exec:
  8. command: ["bin/grpc_health_probe", "-addr=:3011"]
  9. initialDelaySeconds: 5
  10. livenessProbe:
  11. exec:
  12. command: ["bin/grpc_health_probe", "-addr=:3011"]
  13. initialDelaySeconds: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement