Skip to content

Commit 188628d

Browse files
committed
Revert "disable faf-api probes for now"
This reverts commit 3822d2c.
1 parent e3a3371 commit 188628d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

apps/faf-api/templates/deployment.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ spec:
4848
- name: faf-content-pvc
4949
subPath: avatars
5050
mountPath: /content/avatars
51-
# startupProbe:
52-
# httpGet:
53-
# port: management-port
54-
# path: /actuator/health
55-
# initialDelaySeconds: 10
56-
# failureThreshold: 30
57-
# periodSeconds: 3
58-
# livenessProbe:
59-
# httpGet:
60-
# port: management-port
61-
# path: /actuator/health
62-
# failureThreshold: 3
63-
# periodSeconds: 10
51+
startupProbe:
52+
httpGet:
53+
port: management-port
54+
path: /actuator/health
55+
initialDelaySeconds: 10
56+
failureThreshold: 30
57+
periodSeconds: 3
58+
livenessProbe:
59+
httpGet:
60+
port: management-port
61+
path: /actuator/health
62+
failureThreshold: 3
63+
periodSeconds: 10
6464
restartPolicy: Always
6565
volumes:
6666
- name: faf-api-pki
@@ -88,4 +88,4 @@ spec:
8888
claimName: faf-featured-mods-pvc
8989
- name: faf-content-pvc
9090
persistentVolumeClaim:
91-
claimName: faf-content-pvc
91+
claimName: faf-content-pvc

0 commit comments

Comments
 (0)