Merge "Modify default probe timings"
This commit is contained in:
commit
7c6c615bcf
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Keystone
|
||||
name: keystone
|
||||
version: 0.2.5
|
||||
version: 0.2.6
|
||||
home: https://docs.openstack.org/keystone/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png
|
||||
sources:
|
||||
|
@ -405,13 +405,14 @@ pod:
|
||||
enabled: true
|
||||
params:
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 10
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 15
|
||||
liveness:
|
||||
enabled: true
|
||||
params:
|
||||
initialDelaySeconds: 50
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 5
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 15
|
||||
jobs:
|
||||
fernet_setup:
|
||||
user: keystone
|
||||
|
@ -21,4 +21,5 @@ keystone:
|
||||
- 0.2.3 Adding rabbitmq TLS logic
|
||||
- 0.2.4 Use policies in yaml format
|
||||
- 0.2.5 Mount rabbitmq TLS secret
|
||||
- 0.2.6 Modify default probe timings
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user