Skip to content

Commit d0d63f5

Browse files
committed
remove liveness and readiness probe
1 parent 19f67c6 commit d0d63f5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

charts/hub-nfts-solana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.5.1
21+
version: 0.5.2
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-nfts-solana/templates/deployment.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ spec:
4242
- name: http
4343
containerPort: {{ .Values.environment.port }}
4444
protocol: TCP
45-
livenessProbe:
46-
httpGet:
47-
path: /health
48-
port: http
49-
readinessProbe:
50-
httpGet:
51-
path: /health
52-
port: http
5345
resources:
5446
{{- toYaml .Values.resources | nindent 12 }}
5547
{{- with .Values.nodeSelector }}

0 commit comments

Comments
 (0)