Skip to content

Commit

Permalink
Reduce the delay before startup for registry service (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Aug 8, 2023
1 parent 222b429 commit 11d5c03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/devnet/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ spec:
readinessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 60
periodSeconds: 30
initialDelaySeconds: 20
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 8080
initialDelaySeconds: 60
periodSeconds: 30
initialDelaySeconds: 20
periodSeconds: 10
volumes:
{{- range $chain := .Values.chains }}
- name: registry-configs-{{ $chain.name }}
Expand Down

0 comments on commit 11d5c03

Please sign in to comment.