-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Deploying this Helm chart, the first thing I see is this:
[root@kube2-lon rocketchat]# k get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
rocketchat-mongodb-0 1/1 Running 0 3m1s 10.3.130.59 k8s2-lon.core.xxx.net <none> <none>
rocketchat-postgresql-0 1/1 Running 0 3m1s 10.3.130.27 k8s2-lon.core.xxx.net <none> <none>
rocketchat-rocketchat-79988457b5-p4qph 0/1 CrashLoopBackOff 3 (3s ago) 3m1s 10.3.132.130 k8s3-lon.core.xxx.net <none> <none>
Logs for that pod show this:
15s (x5 over 105s) Warning Unhealthy Pod/rocketchat-rocketchat-79988457b5-p4qph Readiness probe failed: Get "http://10.3.132.130:3000/health": dial tcp 10.3.132.130:3000: connect: connection refused
0s (x4 over 54s) Warning BackOff Pod/rocketchat-rocketchat-79988457b5-p4qph Back-off restarting failed container rocketchat in pod rocketchat-rocketchat-79988457b5-p4qph_rocketchat(68dca7ae-900f-48fe-96a2-4ece6e724299)
Ideas?
values.yaml:
host: rocket.core.xxx.net
mongodb:
auth:
passwords:
- rocketchat
rootPassword: xxx
ingress:
enabled: true
tls:
- secretName: cert-rocket.core.xxx.net
hosts:
- rocket.core.xxx.net
- rocket
(I've also tried a simpler values.yaml with just the mongodb
parts, uninstalled, deleted PVCs, and installed - same result).
Metadata
Metadata
Assignees
Labels
No labels