Browse Source
[helm] Fix liveness/readiness probe scheme path in templates (#7616)
[helm] Fix liveness/readiness probe scheme path in templates (#7616)
Fix the templates to read scheme from httpGet.scheme instead of the probe level, matching the structure defined in values.yaml. This ensures that changing *.livenessProbe.httpGet.scheme or *.readinessProbe.httpGet.scheme in values.yaml now correctly affects the rendered manifests. Affected components: master, filer, volume, s3, all-in-one Fixes #7615pull/7622/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 87 additions and 13 deletions
-
74.github/workflows/helm_ci.yml
-
2k8s/charts/seaweedfs/Chart.yaml
-
4k8s/charts/seaweedfs/templates/all-in-one/all-in-one-deployment.yaml
-
4k8s/charts/seaweedfs/templates/filer/filer-statefulset.yaml
-
4k8s/charts/seaweedfs/templates/master/master-statefulset.yaml
-
4k8s/charts/seaweedfs/templates/s3/s3-deployment.yaml
-
4k8s/charts/seaweedfs/templates/volume/volume-statefulset.yaml
-
4k8s/charts/seaweedfs/values.yaml
Write
Preview
Loading…
Cancel
Save
Reference in new issue