From d0d63f534c76923f0bccce65ce7885ffb78b9dd2 Mon Sep 17 00:00:00 2001 From: mpw Date: Wed, 11 Oct 2023 17:00:45 -0300 Subject: [PATCH] remove liveness and readiness probe --- charts/hub-nfts-solana/Chart.yaml | 2 +- charts/hub-nfts-solana/templates/deployment.yaml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/charts/hub-nfts-solana/Chart.yaml b/charts/hub-nfts-solana/Chart.yaml index 48742e9..d8cde4a 100644 --- a/charts/hub-nfts-solana/Chart.yaml +++ b/charts/hub-nfts-solana/Chart.yaml @@ -18,7 +18,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.5.1 +version: 0.5.2 # 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/hub-nfts-solana/templates/deployment.yaml b/charts/hub-nfts-solana/templates/deployment.yaml index 9821c8c..faf56c4 100644 --- a/charts/hub-nfts-solana/templates/deployment.yaml +++ b/charts/hub-nfts-solana/templates/deployment.yaml @@ -42,14 +42,6 @@ spec: - name: http containerPort: {{ .Values.environment.port }} protocol: TCP - livenessProbe: - httpGet: - path: /health - port: http - readinessProbe: - httpGet: - path: /health - port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }}