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
d7f9a7ae
Commit
d7f9a7ae
authored
May 21, 2021
by
Mingyang Zhu
Browse files
change health port to 8081, remove azure customized health implementation
parent
ca828b0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
d7f9a7ae
...
...
@@ -50,10 +50,6 @@ spec:
httpGet
:
path
:
/api/partition/v1/actuator/health
port
:
8081
livenessProbe
:
httpGet
:
path
:
/api/partition/v1/actuator/health
port
:
8081
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
devops/azure/release.yaml
View file @
d7f9a7ae
...
...
@@ -75,7 +75,7 @@ spec:
readinessProbe
:
httpGet
:
path
:
/api/partition/v1/actuator/health
port
:
80
port
:
80
81
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