Skip to content

Commit

Permalink
Updating health probes for pocketbase
Browse files Browse the repository at this point in the history
  • Loading branch information
clee231 committed Oct 24, 2023
1 parent 44fe78d commit c5b19ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/marketplace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 0.1.3

# 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
4 changes: 2 additions & 2 deletions charts/marketplace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /api/health
port: db-http
readinessProbe:
httpGet:
path: /
path: /api/health
port: db-http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/marketplace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 3000

dbservice:
type: ClusterIP
Expand Down

0 comments on commit c5b19ed

Please sign in to comment.