add manifest

This commit is contained in:
hiondal
2025-02-16 04:32:34 +09:00
parent 7b0d5d4a75
commit 0df82fbe63
4 changed files with 3 additions and 18 deletions
@@ -35,21 +35,3 @@ spec:
name: common-secret
- secretRef:
name: member-secret
#startupProbe:
# tcpSocket:
# port: 5432
# initialDelaySeconds: 30
# periodSeconds: 10
# failureThreshold: 30
readinessProbe:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 10
periodSeconds: 5
livenessProbe:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 60
periodSeconds: 15