apps(opengist): Moved PVC to s3yuyuko, and added livenessProbe to deployment
This commit is contained in:
@@ -39,9 +39,9 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: opengist-secret
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /healthcheck
|
||||
# port: 6157
|
||||
# initialDelaySeconds: 3
|
||||
# periodSeconds: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck
|
||||
port: 6157
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 3
|
Reference in New Issue
Block a user