Skip to content

Commit

Permalink
feat: update health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
col1985 committed Feb 4, 2025
1 parent 85adc7f commit 288480b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gin-album-app-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.4"
tag: "latest"

# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
Expand Down Expand Up @@ -95,11 +95,11 @@ resources:
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
livenessProbe:
httpGet:
path: /
path: /ping
port: http
readinessProbe:
httpGet:
path: /
path: /ping
port: http

# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
Expand Down

0 comments on commit 288480b

Please sign in to comment.