mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fix incorrect health check port
This commit is contained in:
parent
6776ce8949
commit
1c2b5d2aed
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ spec:
|
|||
memory: "1024Mi"
|
||||
cpu: "200m"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 3000
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 8080
|
||||
port: 3000
|
||||
path: /
|
||||
successThreshold: 1
|
||||
initialDelaySeconds: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue