Skip to content

Commit

Permalink
fix: probes path
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Aug 27, 2024
1 parent ac0d41a commit b00f19c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions k8s-apps/silverbullet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ app-template:
probes:
liveness:
enabled: true
type: HTTP
custom: true
spec:
httpGet:
port: http
path: /.ping
readiness:
enabled: true
type: HTTP
custom: true
spec:
httpGet:
port: http
path: /.ping
service:
# Configure a service for the main application
main:
Expand Down

0 comments on commit b00f19c

Please sign in to comment.