mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/ipfs] Move livenessProbe to container config block (#19790)
* Move livenessProbe to container config block Signed-off-by: Nate Walck <nate.walck@gmail.com> * bump stable/ipfs chart version Signed-off-by: Nate Walck <nate.walck@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1ba9fb8468
commit
ba2524fa89
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for the Interplanetary File System
|
||||
name: ipfs
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
icon: https://raw.githubusercontent.com/ipfs/logo/master/raster-generated/ipfs-logo-128-ice-text.png
|
||||
home: https://ipfs.io/
|
||||
appVersion: v0.4.22
|
||||
|
||||
@@ -27,21 +27,21 @@ spec:
|
||||
# the persistent volume to be able to start.
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /debug/metrics/prometheus
|
||||
port: api
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /debug/metrics/prometheus
|
||||
port: api
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 3
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: {{ .Values.image }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /debug/metrics/prometheus
|
||||
port: api
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /debug/metrics/prometheus
|
||||
port: api
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 3
|
||||
ports:
|
||||
{{- if .Values.swarm.enabled }}
|
||||
- containerPort: 4001
|
||||
|
||||
Reference in New Issue
Block a user