Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
7d8b8221
Unverified
Commit
7d8b8221
authored
4 years ago
by
G33tha
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2454 from keshavprasadms/kube-probe-changes
fix: updated readiness and liveness probe values
parents
f15f629a
544dba06
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
release-5.2.0-inquiry_RC1
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
release-5.0.0
release-5.0.0_RC5
release-5.0.0_RC4
release-5.0.0_RC3
release-5.0.0_RC2
release-5.0.0_RC1
release-4.10.2_RC1
release-4.10.1
release-4.10.1_RC2
release-4.10.1_RC1
release-4.10.0
release-4.10.0_RC1
release-4.9.0
release-4.9.0_RC4
release-4.9.0_RC3
release-4.9.0_RC2
release-4.9.0_RC1
release-4.8.0
release-4.8.0_RC8
release-4.8.0_RC7
release-4.8.0_RC6
release-4.8.0_RC5
release-4.8.0_RC4
release-4.8.0_RC3
release-4.8.0_RC2
release-4.8.0_RC1
release-4.7.0
release-4.7.0_RC3
release-4.7.0_RC2
release-4.7.0_RC1
release-4.6.0
release-4.6.0_RC4
release-4.6.0_RC3
release-4.6.0_RC2
release-4.6.0_RC1
release-4.5.0
release-4.5.0_RC6
release-4.5.0_RC5
release-4.5.0_RC4
release-4.5.0_RC3
release-4.5.0_RC2
release-4.5.0_RC1
release-4.4.1_RC2
release-4.4.1_RC1
release-4.4.0
release-4.4.0_RC10
release-4.4.0_RC9
release-4.4.0_RC8
release-4.4.0_RC7
release-4.4.0_RC6
release-4.4.0_RC5
release-4.4.0_RC4
release-4.4.0_RC3
release-4.4.0_RC2
release-4.4.0_RC1
release-4.3.0
release-4.3.0_RC7
release-4.3.0_RC6
release-4.3.0_RC5
release-4.3.0_RC4
release-4.3.0_RC3
release-4.3.0_RC2
release-4.3.0_RC1
release-4.2.0
release-4.2.0_RC6
release-4.2.0_RC5
release-4.2.0_RC4
release-4.2.0_RC3
release-4.2.0_RC2
release-4.2.0_RC1
release-4.1.0
release-4.1.0_RC20
release-4.1.0_RC19
release-4.1.0_RC18
release-4.1.0_RC17
release-4.1.0_RC16
release-4.1.0_RC15
release-4.1.0_RC14
release-4.1.0_RC13
release-4.1.0_RC12
release-4.1.0_RC11
release-4.1.0_RC10
release-4.1.0_RC9
release-4.1.0_RC8
release-4.1.0_RC7
release-4.1.0_RC6
release-4.1.0_RC5
release-4.1.0_RC4
release-4.1.0_RC3
release-4.1.0_RC2
release-4.1.0_RC1
release-4.0.0
release-4.0.0_RC6
release-4.0.0_RC5
release-4.0.0_RC4
release-4.0.0_RC3
release-4.0.0_RC2
release-4.0.0_RC1
release-3.9.0
release-3.9.0_RC18
release-3.9.0_RC17
release-3.9.0_RC16
release-3.9.0_RC15
release-3.9.0_RC14
release-3.9.0_RC13
release-3.9.0_RC12
release-3.9.0_RC11
release-3.9.0_RC10
release-3.9.0_RC9
release-3.9.0_RC8
release-3.9.0_RC7
release-3.9.0_RC6
release-3.9.0_RC5
release-3.9.0_RC4
release-3.9.0_RC3
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/stack-sunbird/defaults/main.yml
+197
-238
ansible/roles/stack-sunbird/defaults/main.yml
kubernetes/ansible/roles/helm-deploy/defaults/main.yml
+16
-16
kubernetes/ansible/roles/helm-deploy/defaults/main.yml
with
213 additions
and
254 deletions
+213
-254
ansible/roles/stack-sunbird/defaults/main.yml
+
197
−
238
View file @
7d8b8221
...
...
@@ -369,19 +369,19 @@ dial_liveness_readiness:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
groups_liveness_readiness
:
healthcheck
:
true
...
...
@@ -389,19 +389,19 @@ groups_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
lms_liveness_readiness
:
healthcheck
:
true
...
...
@@ -409,19 +409,19 @@ lms_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
apimanager_liveness_readiness
:
healthcheck
:
true
...
...
@@ -429,20 +429,19 @@ apimanager_liveness_readiness:
httpGet
:
path
:
/status
port
:
8001
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/status
port
:
8001
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
1
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
assessment_liveness_readiness
:
healthcheck
:
true
...
...
@@ -450,19 +449,19 @@ assessment_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
cert_liveness_readiness
:
healthcheck
:
true
...
...
@@ -470,19 +469,19 @@ cert_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
certregistry_liveness_readiness
:
healthcheck
:
true
...
...
@@ -490,19 +489,19 @@ certregistry_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
content_liveness_readiness
:
healthcheck
:
true
...
...
@@ -510,19 +509,19 @@ content_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
enc_liveness_readiness
:
healthcheck
:
true
...
...
@@ -530,19 +529,19 @@ enc_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
8013
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
8013
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
knowledgemw_liveness_readiness
:
healthcheck
:
true
...
...
@@ -550,19 +549,19 @@ knowledgemw_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
5000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
5000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
learner_liveness_readiness
:
healthcheck
:
true
...
...
@@ -570,19 +569,19 @@ learner_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
notification_liveness_readiness
:
healthcheck
:
true
...
...
@@ -590,19 +589,19 @@ notification_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
player_liveness_readiness
:
healthcheck
:
true
...
...
@@ -610,19 +609,19 @@ player_liveness_readiness:
httpGet
:
path
:
/service/health
port
:
3000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
3000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
print_liveness_readiness
:
healthcheck
:
true
...
...
@@ -630,19 +629,19 @@ print_liveness_readiness:
httpGet
:
path
:
/health
port
:
5000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
5000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
telemetry_liveness_readiness
:
healthcheck
:
true
...
...
@@ -650,38 +649,38 @@ telemetry_liveness_readiness:
httpGet
:
path
:
/health
port
:
9001
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
9001
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
userorg_liveness_readiness
:
readinessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
discussionsmw_liveness_readiness
:
healthcheck
:
true
...
...
@@ -689,59 +688,19 @@ discussionsmw_liveness_readiness:
httpGet
:
path
:
/health
port
:
3002
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
3002
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
search_liveness_readiness
:
healthcheck
:
true
readinessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
10
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
5
successThreshold
:
2
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
60
periodSeconds
:
10
timeoutSeconds
:
10
failureThreshold
:
5
taxonomy_liveness_readiness
:
healthcheck
:
true
readinessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
failureThreshold
:
2
search_liveness_readiness
:
healthcheck
:
true
...
...
@@ -749,19 +708,19 @@ search_liveness_readiness:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
taxonomy_liveness_readiness
:
healthcheck
:
true
...
...
@@ -769,19 +728,19 @@ taxonomy_liveness_readiness:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
report_liveness_readiness
:
healthcheck
:
true
...
...
@@ -789,19 +748,19 @@ report_liveness_readiness:
httpGet
:
path
:
/health
port
:
3030
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/service/health
port
:
3030
initialDelaySeconds
:
60
periodSeconds
:
1
0
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
1
5
timeoutSeconds
:
5
failureThreshold
:
2
analytics_liveness_readiness
:
healthcheck
:
true
...
...
@@ -809,19 +768,19 @@ analytics_liveness_readiness:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
dial_liveness_readiness
:
healthcheck
:
true
...
...
@@ -829,19 +788,19 @@ dial_liveness_readiness:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
9000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
adminutil__access_keyprefix
:
"
access"
adminutil__access_keystart
:
0
...
...
This diff is collapsed.
Click to expand it.
kubernetes/ansible/roles/helm-deploy/defaults/main.yml
+
16
−
16
View file @
7d8b8221
...
...
@@ -69,19 +69,19 @@ adminutils_liveness_readiness:
httpGet
:
path
:
/health
port
:
4000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
successThreshold
:
2
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/health
port
:
4000
initialDelaySeconds
:
30
periodSeconds
:
30
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
2
api_managerecho_liveness_readiness
:
healthcheck
:
true
...
...
@@ -89,19 +89,19 @@ api_managerecho_liveness_readiness:
httpGet
:
path
:
/hello
port
:
9595
initialDelaySeconds
:
30
periodSeconds
:
1
0
initialDelaySeconds
:
15
periodSeconds
:
1
5
timeoutSeconds
:
5
failureThreshold
:
5
failureThreshold
:
2
successThreshold
:
1
livenessProbe
:
httpGet
:
path
:
/hello
port
:
9595
initialDelaySeconds
:
60
periodSeconds
:
1
0
timeoutSeconds
:
10
failureThreshold
:
5
initialDelaySeconds
:
15
periodSeconds
:
1
5
timeoutSeconds
:
5
failureThreshold
:
2
adminutil__device_keyprefix
:
"
device_key"
adminutil__access_keyprefix
:
"
access_key"
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets