Skip to content

Commit

Permalink
Add startup probe to sql proxy container
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Feb 16, 2021
1 parent ae8e940 commit 589c1d5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@
volumeMounts:
- name: cloudsql-instance-credentials
mountPath: /secrets/cloudsql
readOnly: true
readOnly: true
startupProbe:
tcpSocket:
port: 5432
initialDelaySeconds: 5
periodSeconds: 5

0 comments on commit 589c1d5

Please sign in to comment.