diff options
author | Radoslaw Chmiel <r.chmiel@partner.samsung.com> | 2022-06-02 19:23:26 +0200 |
---|---|---|
committer | Radoslaw Chmiel <r.chmiel@partner.samsung.com> | 2022-06-02 19:23:26 +0200 |
commit | 527662ff89b476c3616b94e6882469d1e8cb2f33 (patch) | |
tree | 25daaf67acdcbc4882c1fc925501a7852f3780af /kubernetes/contrib/components/ejbca/values.yaml | |
parent | c8d7cd06f9284c35242429ff0c84ac75efe44fed (diff) |
[CONTRIB] EJBCA ServiceMesh compatibility
EJBCA charts changes to make it work with servicemesh
Issue-ID: OOM-2981
Signed-off-by: Radoslaw Chmiel <r.chmiel@partner.samsung.com>
Change-Id: Ib0213da5ed63fe26a4c1956c5c8ce81bd399cc6f
Diffstat (limited to 'kubernetes/contrib/components/ejbca/values.yaml')
-rw-r--r-- | kubernetes/contrib/components/ejbca/values.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/contrib/components/ejbca/values.yaml b/kubernetes/contrib/components/ejbca/values.yaml index 52e0e750a0..b777a7d388 100644 --- a/kubernetes/contrib/components/ejbca/values.yaml +++ b/kubernetes/contrib/components/ejbca/values.yaml @@ -86,14 +86,14 @@ affinity: {} # probe configuration parameters liveness: path: /ejbca/publicweb/healthcheck/ejbcahealth - port: api - initialDelaySeconds: 30 + port: 8443 + initialDelaySeconds: 180 periodSeconds: 30 readiness: path: /ejbca/publicweb/healthcheck/ejbcahealth - port: api - initialDelaySeconds: 30 + port: 8443 + initialDelaySeconds: 180 periodSeconds: 30 service: @@ -106,7 +106,7 @@ service: port_protocol: http # Resource Limit flavor -By Default using small -flavor: small +flavor: unlimited # Segregation for Different environment (Small and Large) resources: small: |