Skip to content

Commit

Permalink
Merge pull request kubernetes#263 from hrishin/mysql-checks
Browse files Browse the repository at this point in the history
added liveness probes to mysql deployment
  • Loading branch information
k8s-ci-robot authored Aug 31, 2018
2 parents 2f69166 + 05e7688 commit 04efb06
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 04efb06

Please sign in to comment.