Skip to content

Commit

Permalink
Revert "disable faf-api probes for now"
Browse files Browse the repository at this point in the history
This reverts commit 3822d2c.
  • Loading branch information
Brutus5000 committed Feb 19, 2025
1 parent e3a3371 commit 188628d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions apps/faf-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ spec:
- name: faf-content-pvc
subPath: avatars
mountPath: /content/avatars
# startupProbe:
# httpGet:
# port: management-port
# path: /actuator/health
# initialDelaySeconds: 10
# failureThreshold: 30
# periodSeconds: 3
# livenessProbe:
# httpGet:
# port: management-port
# path: /actuator/health
# failureThreshold: 3
# periodSeconds: 10
startupProbe:
httpGet:
port: management-port
path: /actuator/health
initialDelaySeconds: 10
failureThreshold: 30
periodSeconds: 3
livenessProbe:
httpGet:
port: management-port
path: /actuator/health
failureThreshold: 3
periodSeconds: 10
restartPolicy: Always
volumes:
- name: faf-api-pki
Expand Down Expand Up @@ -88,4 +88,4 @@ spec:
claimName: faf-featured-mods-pvc
- name: faf-content-pvc
persistentVolumeClaim:
claimName: faf-content-pvc
claimName: faf-content-pvc

0 comments on commit 188628d

Please sign in to comment.