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:
zhenyus 2025-08-01 00:01:59 +08:00
parent ad7393bec5
commit 19c8a36265

View File

@ -62,14 +62,14 @@ tolerations: []
affinity: {} affinity: {}
env: env:
reconcilerDebug: 'false' reconcilerDebug: 'false'
defaultHttpTimeout: 30s defaultHttpTimeout: '30'
k8sClusterDomain: kubernetes.default.svc.freeleaps.cluster k8sClusterDomain: kubernetes.default.svc.freeleaps.cluster
kubernetesApiTimeout: 30s kubernetesApiTimeout: '30'
autoDiscoverK8sClusterDomainMaxRetries: '5' autoDiscoverK8sClusterDomainMaxRetries: '5'
logLevel: INFO logLevel: INFO
logFormat: text logFormat: text
operatorNamespace: freeleaps-devops-system operatorNamespace: freeleaps-devops-system
reconcileInterval: 30s reconcileInterval: '30'
allowHttpGitUrls: 'false' allowHttpGitUrls: 'false'
rabbitmq: rabbitmq:
host: freeleaps-alpha-rabbitmq-cluster.freeleaps-alpha.svc.freeleaps.cluster host: freeleaps-alpha-rabbitmq-cluster.freeleaps-alpha.svc.freeleaps.cluster