Skip to content

Commit

Permalink
chore(ci): fix frontend probe (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
raarielgrace authored Nov 19, 2024
1 parent 58afd4c commit 9304a78
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,26 @@ objects:
containerPort: 3000
protocol: TCP
# command: ["caddy", "run", "--config", "/etc/caddy/Caddyfile"]
# readinessProbe:
# httpGet:
# path: /health
# port: 3001
# scheme: HTTP
# initialDelaySeconds: 5
# periodSeconds: 2
# timeoutSeconds: 2
# successThreshold: 1
# failureThreshold: 30
# livenessProbe:
# successThreshold: 1
# failureThreshold: 3
# httpGet:
# path: /health
# port: 3001
# scheme: HTTP
# initialDelaySeconds: 15
# periodSeconds: 30
# timeoutSeconds: 5
readinessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 30
livenessProbe:
successThreshold: 1
failureThreshold: 3
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
periodSeconds: 30
timeoutSeconds: 5
resources: # this is optional
limits:
cpu: 30m
Expand Down

0 comments on commit 9304a78

Please sign in to comment.