Merge pull request #655 from xueshanf/master

fix invalid field TCPSocket for v1.Probe.
This commit is contained in:
Sameer Naik 2016-04-07 13:48:18 +05:30
commit 22b4d74356
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ spec:
- mountPath: /var/lib/postgresql
name: data
livenessProbe:
TCPSocket:
tcpSocket:
port: 5432
initialDelaySeconds: 30
timeoutSeconds: 5

View File

@ -15,7 +15,7 @@ spec:
- mountPath: /var/lib/redis
name: data
livenessProbe:
TCPSocket:
tcpSocket:
port: 6379
initialDelaySeconds: 30
timeoutSeconds: 5