- Changed the image repository from 'freeleaps' to 'freeleaps/reconciler' for improved clarity and consistency in the Helm chart configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the image repository from 'null' to 'freeleaps' and updated the image name to 'reconciler' for consistency in the Helm chart configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the image name from 'reconciler' to 'freeleaps/reconciler' for clarity and consistency in the Helm chart configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Updated the executeMode from 'fully' to 'on-demand' to allow for more flexible pipeline execution in the Jenkins configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Remove k8scluster receiver (invalid type name)
- Remove unused otlp receiver definitions
- Keep only filelog receiver which is actually used in pipeline
- Fixes CrashLoopBackOff issue in central-storage pod
- Updated various fields in values.alpha.yaml to use consistent double quotes for string values.
- Changed the Azure Key Vault endpoint from 'https://freeleaps-secrets.vault.azure.net/' to 'https://management.azure.com/' to reflect the correct service URL.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the RabbitMQ host from 'freeleaps-alpha-rabbitmq-cluster' to 'freeleaps-alpha-rabbitmq' to ensure proper connectivity to the RabbitMQ service in the alpha environment.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Updated the environment variable name for RabbitMQ from RABBITMQ_VHOST to RABBITMQ_VIRTUAL_HOST for consistency with naming conventions.
- Ensured proper encoding and quoting of the variable value.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Introduced RabbitMQ connection settings including host, port, username, password, and virtual host in values.alpha.yaml.
- Updated devops-config.yaml to include RabbitMQ environment variables for configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Introduced RabbitMQ connection settings including host, port, username, password, and virtual host.
- Added logging configuration with a specified log base path.
- Set default Git and Docker registry credentials for the production environment.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed baseGiteaUrl to point to the alpha environment.
- Updated baseReconcileUrl to reflect the correct service address for the reconciler.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed service port and targetPort from 8080 to 5000 to align with new service configuration.
- Disabled liveness and readiness probes to simplify health check management.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the RabbitMQ host from 'freeleaps-alpha-rabbitmq-cluster' to 'freeleaps-alpha-rabbitmq' to reflect the correct service name.
- This update ensures proper connectivity to the RabbitMQ service in the alpha environment.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- 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>
- Changed the image repository from null to 'freeleaps' to ensure the correct image is pulled for the reconciler.
- This update addresses deployment issues and aligns with the current deployment strategy.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the image repository from 'freeleaps' back to null to address deployment issues.
- This adjustment ensures compatibility with the current deployment strategy.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Changed the image repository from null to 'freeleaps' to ensure the correct image is pulled for the reconciler.
- This update aligns with the recent version bump and improves deployment accuracy.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Updated liveness and readiness probe configurations to directly reference the HTTP GET settings from the values, improving clarity and reducing unnecessary nesting.
- Ensures that the deployment template remains consistent and easier to maintain.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
- Updated the CRDs management configuration to set 'install' to false, preventing automatic installation of CRDs.
- This change aligns with the current deployment strategy and ensures better control over CRD management.
Signed-off-by: zhenyus <zhenyus@mathmast.com>