diff --git a/charts/interlay-firesquid/Chart.yaml b/charts/interlay-firesquid/Chart.yaml index d5b1df5..d02fa43 100644 --- a/charts/interlay-firesquid/Chart.yaml +++ b/charts/interlay-firesquid/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/interlay-firesquid/templates/deployment-explorer.yaml b/charts/interlay-firesquid/templates/deployment-explorer.yaml index 62635aa..f4bd43c 100644 --- a/charts/interlay-firesquid/templates/deployment-explorer.yaml +++ b/charts/interlay-firesquid/templates/deployment-explorer.yaml @@ -48,11 +48,11 @@ spec: protocol: TCP readinessProbe: httpGet: - path: / + path: /graphql port: http livenessProbe: httpGet: - path: / + path: /graphql port: http resources: {{- toYaml .Values.explorer.resources | nindent 12 }}