diff --git a/stable/ipfs/Chart.yaml b/stable/ipfs/Chart.yaml index ff28d9a403..279f0ec1d6 100644 --- a/stable/ipfs/Chart.yaml +++ b/stable/ipfs/Chart.yaml @@ -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 diff --git a/stable/ipfs/templates/statefulset.yaml b/stable/ipfs/templates/statefulset.yaml index 103769d29c..19b8a30eeb 100644 --- a/stable/ipfs/templates/statefulset.yaml +++ b/stable/ipfs/templates/statefulset.yaml @@ -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