Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
c4570157
Commit
c4570157
authored
May 21, 2021
by
Mingyang Zhu
Browse files
add livenessProbe
parent
e40a505a
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
c4570157
...
...
@@ -50,6 +50,12 @@ spec:
httpGet
:
path
:
/actuator/health
port
:
8081
livenessProbe
:
httpGet
:
path
:
/actuator/health
port
:
8081
initialDelaySeconds
:
250
periodSeconds
:
10
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
devops/azure/release.yaml
View file @
c4570157
...
...
@@ -76,6 +76,12 @@ spec:
httpGet
:
path
:
/actuator/health
port
:
8081
livenessProbe
:
httpGet
:
path
:
/actuator/health
port
:
8081
initialDelaySeconds
:
250
periodSeconds
:
10
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment