Skip to content

Commit

Permalink
Update locatepin probe
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoanle committed Mar 26, 2024
1 parent f1195ce commit 56cf0c9
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions kubernetes/apps/business/locatepin/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ spec:
repository: ghcr.io/imtoanle/locatepin-server
tag: 0.0.2
pullPolicy: Always
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: &port 8888
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
# probes:
# liveness: &probes
# enabled: true
# custom: true
# spec:
# httpGet:
# path: /health
# port: &port 8888
# initialDelaySeconds: 0
# periodSeconds: 10
# timeoutSeconds: 1
# failureThreshold: 3
# readiness: *probes
# startup:
# enabled: false
# resources:
# requests:
# cpu: 250m
Expand All @@ -72,21 +72,21 @@ spec:
repository: ghcr.io/imtoanle/locatepin-adminfe
tag: 0.0.2
pullPolicy: Always
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /api/health
port: &port 8080
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
# probes:
# liveness: &probes
# enabled: true
# custom: true
# spec:
# httpGet:
# path: /api/health
# port: &port 8080
# initialDelaySeconds: 0
# periodSeconds: 10
# timeoutSeconds: 1
# failureThreshold: 3
# readiness: *probes
# startup:
# enabled: false
# resources:
# requests:
# cpu: 250m
Expand Down

0 comments on commit 56cf0c9

Please sign in to comment.