Skip to content

Commit

Permalink
Try removing liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasskeidsvoll committed Mar 5, 2024
1 parent 46175eb commit eaf3a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion repos/testing/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers:
email: spteam@metacenter.no
home: https://minio.io/
icon: https://secure.gravatar.com/avatar/2a5ff6e3cc19dfd93b2e9e5c790449d3.jpg
version: 1.0.14
version: 1.0.15
keywords:
- File sharing
- Cloud storage
6 changes: 0 additions & 6 deletions repos/testing/minio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ spec:
securityContext:
runAsUser: {{ .Values.uid }}
runAsGroup: {{ .Values.gid }}
livenessProbe:
httpGet:
path: /minio/health/live
port: 9000
initialDelaySeconds: 30
timeoutSeconds: 30
volumeMounts:
- name: passwd
mountPath: /etc/passwd
Expand Down

0 comments on commit eaf3a2f

Please sign in to comment.