summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-fe/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-05-05 11:12:48 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-05-05 11:12:48 +0200
commit8c9416ba16ce872d52622f7ba14bb0021b227b93 (patch)
tree1470f35f1b5238f7e79d4e733aae07f70be7d509 /kubernetes/sdc/components/sdc-fe/values.yaml
parent6c8fddaf607bd9e14621090ca090b38776ee03c8 (diff)
[SDC] Use Startup probes
Instead of long initial delay on readiness and liveness probes, use startup probes and be more aggressive on readiness and liveness. Issue-ID: OOM-2743 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ibde8d10dad150fcad5740533d0bdd0926a44ccc1
Diffstat (limited to 'kubernetes/sdc/components/sdc-fe/values.yaml')
-rw-r--r--kubernetes/sdc/components/sdc-fe/values.yaml17
1 files changed, 14 insertions, 3 deletions
diff --git a/kubernetes/sdc/components/sdc-fe/values.yaml b/kubernetes/sdc/components/sdc-fe/values.yaml
index 7aad4c13cb..dcebc475ad 100644
--- a/kubernetes/sdc/components/sdc-fe/values.yaml
+++ b/kubernetes/sdc/components/sdc-fe/values.yaml
@@ -76,17 +76,28 @@ affinity: {}
# probe configuration parameters
liveness:
- initialDelaySeconds: 10
- periodSeconds: 60
+ initialDelaySeconds: 1
+ periodSeconds: 10
timeoutSeconds: 15
+ successThreshold: 1
+ failureThreshold: 3
# necessary to disable liveness probe when setting breakpoints
# in debugger so K8s doesn't restart unresponsive container
enabled: true
readiness:
+ initialDelaySeconds: 1
+ periodSeconds: 10
+ timeoutSeconds: 15
+ successThreshold: 1
+ failureThreshold: 3
+
+startup:
initialDelaySeconds: 10
- periodSeconds: 60
+ periodSeconds: 10
timeoutSeconds: 15
+ successThreshold: 1
+ failureThreshold: 60
service:
#Example service definition with external, internal and node ports.
*/ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2020 Nordix Foundation.

=============
Release-Notes
=============


This document provides the release notes for the release of the different parts of the ORAN project.

.. contents::
   :depth: 3
   :local:


Version history Policy Management Service
=========================================

+------------+----------+------------+----------------+
| **Date**   | **Ver.** | **Author** | **Comment**    |
|            |          |            |                |
+------------+----------+------------+----------------+
| 2020-09-10 | 1.0.0    | Dan Timony | First version  |
|            |          |            | Guilin Release |
+------------+----------+------------+----------------+


Summary
-------
First version.


Version history A1 Adapter
==========================

+------------+----------+------------+----------------+
| **Date**   | **Ver.** | **Author** | **Comment**    |
|            |          |            |                |
+------------+----------+------------+----------------+
| 2019-09-10 | 1.0.0    | Dan Timony | First version  |
|            |          |            | Guilin Release |
+------------+----------+------------+----------------+


Release Data
============

Guilin
------
+-----------------------------+-----------------------------------------------------+
| **Project**                 | CCSDK ORAN                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Repo/commit-ID**          | ccsdk-oran/ec3829493c0b71c5e5908a430edd1e493504178e |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release designation**     | Guilin                                              |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Release date**            | 2020-09-10                                          |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+
| **Purpose of the delivery** | Introducing ORAN                                    |
|                             |                                                     |
+-----------------------------+-----------------------------------------------------+