File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ spec:
48
48
- name : faf-content-pvc
49
49
subPath : avatars
50
50
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
64
64
restartPolicy : Always
65
65
volumes :
66
66
- name : faf-api-pki
88
88
claimName : faf-featured-mods-pvc
89
89
- name : faf-content-pvc
90
90
persistentVolumeClaim :
91
- claimName : faf-content-pvc
91
+ claimName : faf-content-pvc
You can’t perform that action at this time.
0 commit comments