File tree Expand file tree Collapse file tree 1 file changed +0
-70
lines changed Expand file tree Collapse file tree 1 file changed +0
-70
lines changed Original file line number Diff line number Diff line change 9288
9288
"<host1>,<ip1> <key1>"
9289
9289
]
9290
9290
},
9291
- "livenessProbe": {
9292
- "description": "Liveness probe configuration for git-sync container.",
9293
- "type": "object",
9294
- "default": {},
9295
- "additionalProperties": false,
9296
- "properties": {
9297
- "initialDelaySeconds": {
9298
- "type": "integer",
9299
- "default": 10
9300
- },
9301
- "timeoutSeconds": {
9302
- "type": "integer",
9303
- "default": 20
9304
- },
9305
- "failureThreshold": {
9306
- "type": "integer",
9307
- "default": 5
9308
- },
9309
- "periodSeconds": {
9310
- "type": "integer",
9311
- "default": 60
9312
- },
9313
- "exec": {
9314
- "type": "object",
9315
- "properties": {
9316
- "command": {
9317
- "type": "array",
9318
- "items": {
9319
- "type": "string"
9320
- }
9321
- }
9322
- }
9323
- }
9324
- }
9325
- },
9326
- "readinessProbe": {
9327
- "description": "Readiness probe configuration for git-sync container.",
9328
- "type": "object",
9329
- "default": {},
9330
- "additionalProperties": false,
9331
- "properties": {
9332
- "initialDelaySeconds": {
9333
- "type": "integer",
9334
- "default": 10
9335
- },
9336
- "timeoutSeconds": {
9337
- "type": "integer",
9338
- "default": 20
9339
- },
9340
- "failureThreshold": {
9341
- "type": "integer",
9342
- "default": 5
9343
- },
9344
- "periodSeconds": {
9345
- "type": "integer",
9346
- "default": 60
9347
- },
9348
- "exec": {
9349
- "type": "object",
9350
- "properties": {
9351
- "command": {
9352
- "type": "array",
9353
- "items": {
9354
- "type": "string"
9355
- }
9356
- }
9357
- }
9358
- }
9359
- }
9360
- },
9361
9291
"env": {
9362
9292
"description": "Environment variables for git sync container.",
9363
9293
"type": "array",
You can’t perform that action at this time.
0 commit comments