fix(reconciler): update timeout values in values.alpha.yaml
- Changed timeout values from '30s' to '30' for defaultHttpTimeout, kubernetesApiTimeout, and reconcileInterval to ensure consistency in configuration format. - This update improves clarity and aligns with expected input types for timeout settings. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ad7393bec5
commit
19c8a36265
@ -62,14 +62,14 @@ tolerations: []
|
||||
affinity: {}
|
||||
env:
|
||||
reconcilerDebug: 'false'
|
||||
defaultHttpTimeout: 30s
|
||||
defaultHttpTimeout: '30'
|
||||
k8sClusterDomain: kubernetes.default.svc.freeleaps.cluster
|
||||
kubernetesApiTimeout: 30s
|
||||
kubernetesApiTimeout: '30'
|
||||
autoDiscoverK8sClusterDomainMaxRetries: '5'
|
||||
logLevel: INFO
|
||||
logFormat: text
|
||||
operatorNamespace: freeleaps-devops-system
|
||||
reconcileInterval: 30s
|
||||
reconcileInterval: '30'
|
||||
allowHttpGitUrls: 'false'
|
||||
rabbitmq:
|
||||
host: freeleaps-alpha-rabbitmq-cluster.freeleaps-alpha.svc.freeleaps.cluster
|
||||
|
||||
Loading…
Reference in New Issue
Block a user