summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-07 11:55:15 -0400
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-05-08 20:20:42 +0000
commit2499fccc820ea177d1c5b7ae00b80c1fc55b2638 (patch)
treebc46caf8c07422716023d63ec866008aa9459b81 /kubernetes/so/charts
parent0fe4eb7bb654a7bdc114775cd941d4f5ab146d08 (diff)
Add latest SO configuration changes
Adds watchdog config and tables, oof configuration, aai athentication, etc. Change-Id: I43b5432d12c69ef45cdbeff5ab3427fbf5e9d1d0 Issue-ID: OOM-1039 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/so/charts')
-rw-r--r--kubernetes/so/charts/mariadb/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/charts/mariadb/values.yaml b/kubernetes/so/charts/mariadb/values.yaml
index 0af4d98101..76d4d092ee 100644
--- a/kubernetes/so/charts/mariadb/values.yaml
+++ b/kubernetes/so/charts/mariadb/values.yaml
@@ -47,14 +47,14 @@ affinity: {}
# probe configuration parameters
liveness:
- initialDelaySeconds: 10
+ initialDelaySeconds: 90
periodSeconds: 10
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true
readiness:
- initialDelaySeconds: 10
+ initialDelaySeconds: 90
periodSeconds: 10
## Persist data to a persitent volume