Skip to content

Commit

Permalink
remove liveness and readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 11, 2023
1 parent 19f67c6 commit d0d63f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion charts/hub-nfts-solana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions charts/hub-nfts-solana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d0d63f5

Please sign in to comment.