Skip to content

Commit

Permalink
Merge pull request #1133 from edwarnicke/readiness
Browse files Browse the repository at this point in the history
Add readiness and liveliness probe to nsmgr
  • Loading branch information
denis-tingaikin authored May 1, 2021
2 parents 07f0580 + 49558c1 commit 16dd2a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/nsmgr/nsmgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ spec:
limits:
memory: 60Mi
cpu: 200m
readinessProbe:
exec:
command: ["/bin/grpc-health-probe", "-spiffe", "-addr=:5001"]
livenessProbe:
exec:
command: ["/bin/grpc-health-probe", "-spiffe", "-addr=:5001"]
volumes:
- name: spire-agent-socket
hostPath:
Expand Down

0 comments on commit 16dd2a8

Please sign in to comment.