Juri Malinovski

Results 34 comments of Juri Malinovski

This delay is required when a bunch of backup jobs start in parallel at the same time, for example. Currently I'm using random delay in pre-start backup script.

Also 3.86 is not available as docker image ``` Pull image chrislusf/seaweedfs:3.86 Error response from daemon: manifest for chrislusf/seaweedfs:3.86 not found: manifest unknown: manifest unknown ```

@majinghe Perhaps we should disable ingress by default, because `your.rustfs.com` hostname is invalid and will create an non-working ingress. This part could be moved to the ingress template also. ```...

Some notes from me Usually the cert-manager chart is defined as a sub-chart in Chart.yaml, if chart uses cert-manager stuff (also some charts have a switcher to use external cert-manager...

Looks strange for me. Instead of using native yaml with `toYaml` function, you render the secret in a strange way.

Hi @czaloumis I've added `imagePullSecrets` support in this PR https://github.com/rustfs/rustfs/pull/1122

Hmm..never seen this approach, usually `image.repository`, `image.tag` and `imagesPullSecrets` is enough, sometimes chart uses service account.

Looks like it was added to main branch and it breaks possibility to use already existing secrets

@majinghe I've removed `singledata` and readme template and added `imagePullSecrets` support plus missing fixes for deployment.

@majinghe Please check with a latest changes. I've enabled distributed mode, added nodeSelector support and updated Readme