typesense / typesense-kubernetes

Typesense Kubernetes
39 stars 15 forks source link

Make cluster auto-recover #9

Open Hades32 opened 1 year ago

Hades32 commented 1 year ago

With these changes (and the update to v0.25) this setup should finally reliably work.

wille commented 11 months ago

Thanks, I also had to set

          args:
            - --peering-address
            - $(POD_IP)
          env:
            - name: POD_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
IT-Guy007 commented 7 months ago

Also update the readme if approved, the config works for me on Google Cloud.