Skip to content
Snippets Groups Projects
Verified Commit 5a8f53aa authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(dns): Add readinessprobe to DNS pods

parent 3f05075c
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,13 @@ spec: ...@@ -76,6 +76,13 @@ spec:
- containerPort: 80 - containerPort: 80
protocol: TCP protocol: TCP
name: http name: http
readinessProbe:
exec:
command:
- /app/blocky
- healthcheck
initialDelaySeconds: 5
periodSeconds: 5
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment