Skip to content

Commit ab5f44a

Browse files
author
vinfry
authored
Merge pull request #15 from Mystic-Mirage/magento_tcpsocket_readinessprobe
Revert back to use tcpSocket for Magento
2 parents 39b3d0f + 9bdb76e commit ab5f44a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

magento.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,9 @@ spec:
129129
- containerPort: 80
130130
isPublic: True
131131
readinessProbe:
132-
httpGet:
133-
path: /
134-
scheme: HTTP
132+
tcpSocket:
135133
port: 80
136-
timeoutSeconds: 60
137-
initialDelaySeconds: 20
134+
initialDelaySeconds: 5
138135
volumeMounts:
139136
- mountPath: /var/www/htdocs
140137
name: magento-persistent-storage

0 commit comments

Comments
 (0)