mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #655 from xueshanf/master
fix invalid field TCPSocket for v1.Probe.
This commit is contained in:
commit
22b4d74356
@ -24,7 +24,7 @@ spec:
|
||||
- mountPath: /var/lib/postgresql
|
||||
name: data
|
||||
livenessProbe:
|
||||
TCPSocket:
|
||||
tcpSocket:
|
||||
port: 5432
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
|
||||
@ -15,7 +15,7 @@ spec:
|
||||
- mountPath: /var/lib/redis
|
||||
name: data
|
||||
livenessProbe:
|
||||
TCPSocket:
|
||||
tcpSocket:
|
||||
port: 6379
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user