Skip to content

Commit

Permalink
added liveness probes to mysql deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishin committed Aug 29, 2018
1 parent 2f69166 commit 05e7688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-wordpress-pd/mysql-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ spec:
secretKeyRef:
name: mysql-pass
key: password
livenessProbe:
tcpSocket:
port: 3306
ports:
- containerPort: 3306
name: mysql
Expand Down

0 comments on commit 05e7688

Please sign in to comment.