Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove default livenessProbe for compactor and storage-gateway #502

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pr review: use correct brackets
Signed-off-by: Niclas Schad <niclas.schad@gmail.com>
nschad committed Jul 2, 2024
commit 786f9cbff068f6be80b50f58106aa32b0376cf4e
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@ Kubernetes: `^1.19.0-0`
| compactor.&ZeroWidthSpace;extraVolumeMounts | list | `[]` | |
| compactor.&ZeroWidthSpace;extraVolumes | list | `[]` | |
| compactor.&ZeroWidthSpace;initContainers | list | `[]` | |
| compactor.&ZeroWidthSpace;livenessProbe | list | `[]` | |
| compactor.&ZeroWidthSpace;livenessProbe | object | `{}` | |
| compactor.&ZeroWidthSpace;nodeSelector | object | `{}` | |
| compactor.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;accessModes | list | `["ReadWriteOnce"]` | compactor data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| compactor.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;annotations | object | `{}` | compactor data Persistent Volume Claim annotations |
@@ -809,7 +809,7 @@ Kubernetes: `^1.19.0-0`
| store_gateway.&ZeroWidthSpace;extraVolumeMounts | list | `[]` | |
| store_gateway.&ZeroWidthSpace;extraVolumes | list | `[]` | |
| store_gateway.&ZeroWidthSpace;initContainers | list | `[]` | |
| store_gateway.&ZeroWidthSpace;livenessProbe | list | `[]` | |
| store_gateway.&ZeroWidthSpace;livenessProbe | object | `{}` | |
| store_gateway.&ZeroWidthSpace;nodeSelector | object | `{}` | |
| store_gateway.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;accessModes | list | `["ReadWriteOnce"]` | Store-gateway data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
| store_gateway.&ZeroWidthSpace;persistentVolume.&ZeroWidthSpace;annotations | object | `{}` | Store-gateway data Persistent Volume Claim annotations |
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -1410,7 +1410,7 @@ store_gateway:
path: /ready
port: http-metrics
scheme: HTTP
livenessProbe: []
livenessProbe: {}
readinessProbe:
httpGet:
path: /ready
@@ -1526,7 +1526,7 @@ compactor:
path: /ready
port: http-metrics
scheme: HTTP
livenessProbe: []
livenessProbe: {}
readinessProbe:
httpGet:
path: /ready