Commit Graph

815 Commits

Author SHA1 Message Date
freeleaps-gitops-bot
8c2e57c5d2 ci(bump): bump freeleaps image version for alpha to snapshot-f147add 2025-08-02 03:54:04 +00:00
freeleaps-gitops-bot
45507da54e ci(bump): bump chat image version for alpha to snapshot-f147add 2025-08-02 03:46:14 +00:00
freeleaps-gitops-bot
f5e7cddd91 ci(bump): bump freeleaps image version for alpha to snapshot-2383a18 2025-08-01 15:16:22 +00:00
freeleaps-gitops-bot
afdb836783 ci(bump): bump chat image version for alpha to snapshot-2383a18 2025-08-01 15:08:36 +00:00
freeleaps-gitops-bot
1a2e7dad06 ci(bump): bump freeleaps image version for alpha to snapshot-1965f78 2025-08-01 14:39:34 +00:00
freeleaps-gitops-bot
7156e09b33 ci(bump): bump chat image version for alpha to snapshot-1965f78 2025-08-01 14:31:49 +00:00
d5d12fd0fb Merge pull request 'feat(notification): add MongoDB URI configuration' (#44) from tania_local into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/44
2025-08-01 13:46:41 +00:00
YuehuCao
29f8919e2b feat(notification): add MongoDB URI configuration 2025-08-01 21:44:52 +08:00
freeleaps-gitops-bot
69f8b58e4f ci(bump): bump freeleaps image version for alpha to snapshot-527726c 2025-08-01 13:29:01 +00:00
freeleaps-gitops-bot
4530054f5a ci(bump): bump chat image version for alpha to snapshot-527726c 2025-08-01 13:21:13 +00:00
freeleaps-gitops-bot
b982503c21 ci(bump): bump freeleaps image version for alpha to snapshot-90ce952 2025-08-01 09:59:44 +00:00
freeleaps-gitops-bot
18b834ecdd ci(bump): bump chat image version for alpha to snapshot-90ce952 2025-08-01 09:51:51 +00:00
freeleaps-gitops-bot
72b6bebd7f ci(bump): bump devops image version for alpha to snapshot-113bc2b 2025-08-01 01:17:08 +00:00
zhenyus
c7a45b5fdd Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-08-01 09:03:13 +08:00
zhenyus
d8e247dd36 fix(ci): change execute mode to 'on-demand' in Jenkinsfile
- 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>
2025-08-01 09:03:09 +08:00
cb70534764 Merge pull request 'fix: remove invalid k8scluster receiver to resolve OpenTelemetry startup error' (#43) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/43
2025-08-01 00:27:30 +00:00
Nicolas
aa74f6a4f7 fix: remove invalid k8scluster receiver to resolve OpenTelemetry startup error
- 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
2025-08-01 07:52:37 +08:00
zhenyus
00d58cc790 fix(devsvc): update RabbitMQ host in values.alpha.yaml
- 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>
2025-08-01 00:57:17 +08:00
zhenyus
398d35dd0a fix(devops): rename RABBITMQ_VHOST to RABBITMQ_VIRTUAL_HOST in devops-config.yaml
- 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>
2025-08-01 00:48:03 +08:00
zhenyus
d258694c04 feat(devsvc): add RabbitMQ configuration to values.alpha.yaml
- 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>
2025-08-01 00:46:19 +08:00
zhenyus
4a4ac0c304 feat(devsvc): add RabbitMQ and logging configuration in values.prod.yaml
- 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>
2025-08-01 00:19:09 +08:00
zhenyus
3bb63fdfed fix(reconciler): update Gitea and reconcile URLs in values.alpha.yaml
- 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>
2025-08-01 00:06:44 +08:00
freeleaps-gitops-bot
d7fe943fd4 ci(bump): bump devops image version for alpha to snapshot-12a0d9a 2025-07-31 15:49:38 +00:00
freeleaps-gitops-bot
1e4d6b4e4c ci(bump): bump payment image version for alpha to snapshot-12a0d9a 2025-07-31 15:44:03 +00:00
freeleaps-gitops-bot
9f5afed967 ci(bump): bump notification image version for alpha to snapshot-12a0d9a 2025-07-31 15:39:10 +00:00
freeleaps-gitops-bot
85a0ea272f ci(bump): bump content image version for alpha to snapshot-12a0d9a 2025-07-31 15:34:34 +00:00
freeleaps-gitops-bot
b85b73c9b2 ci(bump): bump centralStorage image version for alpha to snapshot-12a0d9a 2025-07-31 15:26:49 +00:00
freeleaps-gitops-bot
8bb08fd29a ci(bump): bump authentication image version for alpha to snapshot-12a0d9a 2025-07-31 15:20:49 +00:00
80773c8c82 Merge pull request 'Nicolas_local_ops' (#42) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/42
2025-07-31 15:20:01 +00:00
Nicolas
d85f9408e4 fix: change Chinese comments to English in OpenTelemetry configs
- Replace Chinese comments with English in opentelemetry.yaml files
- Maintain consistent English-only comments in freeleaps-ops repository
- Keep the same functionality while improving code readability
2025-07-31 23:17:45 +08:00
Nicolas
5101e6d2cd fix: optimize OpenTelemetry configuration to prevent duplicate log collection
- Change receivers from [filelog, otlp, k8scluster] to [filelog] only
- Prevent duplicate logs from multiple collection sources
- Keep only filelog receiver to collect logs from application log files
- This eliminates duplicate logs appearing in Grafana for devsvc and central-storage
2025-07-31 23:08:10 +08:00
zhenyus
54420c53bf fix(devsvc): disable log ingestion in alpha environment
- Changed logIngest.enabled from true to false to prevent log ingestion in the alpha environment.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 16:10:15 +08:00
zhenyus
ccbbdf09f2 Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-07-31 16:07:23 +08:00
zhenyus
a2791e37b7 feat(devsvc): add RabbitMQ and Docker registry configuration options
- Introduced RabbitMQ configuration parameters including host, port, username, password, and virtual host.
- Added default Git and Docker registry credentials for improved deployment flexibility.
- Updated configuration template to include new parameters for RabbitMQ and Docker registry.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 16:07:20 +08:00
freeleaps-gitops-bot
405c7953f5 ci(bump): bump devsvc image version for alpha to snapshot-a12ffcc 2025-07-31 08:07:03 +00:00
freeleaps-admin
4bee15dd85 hotfix(freeleaps): update freeleaps backend targetEnv from prod to alpha
all communcation between kuberentes internal network, so we dont need cert file to make call
2025-07-31 05:28:31 +00:00
12582e699d Merge pull request 'Nicolas_local_ops' (#41) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/41
2025-07-31 05:03:38 +00:00
Nicolas
f98f980a7b Merge branch 'Nicolas_local_ops' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops into Nicolas_local_ops 2025-07-31 13:00:18 +08:00
Nicolas
ef36db54c2 feat: optimize devsvc OpenTelemetry logging configuration
- Change start_at from beginning to end to avoid processing old logs
- Add poll_interval: 1s for more frequent file monitoring
- Add otlp and k8scluster receivers for comprehensive log collection
- Reduce batch processor send_batch_size to 1 and timeout to 1s for real-time logging
- Update pipelines to include all three receivers
2025-07-31 12:47:10 +08:00
freeleaps-gitops-bot
60a0ad8015 ci(bump): bump freeleaps image version for prod to 1.8.0 2025-07-31 04:43:27 +00:00
freeleaps-gitops-bot
6a684c5742 ci(bump): bump chat image version for prod to snapshot-e42d7f6 2025-07-31 04:35:47 +00:00
freeleaps-gitops-bot
d58c172bf0 ci(bump): bump chat image version for prod to 1.8.0 2025-07-31 04:35:34 +00:00
3092ad0fa1 Merge pull request 'Nicolas_local_ops' (#40) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/40
2025-07-31 03:33:08 +00:00
5fe4cf6d70 revert 23fca62e86
revert feat: add MongoDB connection configuration to notification service

- Add MongoDB configuration to values.yaml, values.alpha.yaml, and values.prod.yaml
- Add MongoDB environment variables to notification-config.yaml
- Include mongodbName, mongodbPort, and mongodbUri settings
- Use same MongoDB Atlas connection as central storage service
2025-07-31 03:32:31 +00:00
Nicolas
cc73ad92a9 feat: add container logs collection to OpenTelemetry config for central storage 2025-07-31 11:27:28 +08:00
Nicolas
23fca62e86 feat: add MongoDB connection configuration to notification service
- Add MongoDB configuration to values.yaml, values.alpha.yaml, and values.prod.yaml
- Add MongoDB environment variables to notification-config.yaml
- Include mongodbName, mongodbPort, and mongodbUri settings
- Use same MongoDB Atlas connection as central storage service
2025-07-31 10:43:50 +08:00
8d55c49660 Merge pull request 'fix: use hasKey to safely check for logIngest.persistence existence' (#39) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/39
2025-07-31 02:22:46 +00:00
Nicolas
da7e43547f fix: use hasKey to safely check for logIngest.persistence existence 2025-07-31 10:21:50 +08:00
7f7bbfd6d4 Merge pull request 'fix: add default values for logIngest.persistence to prevent nil pointer errors' (#38) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/38
2025-07-31 02:20:11 +00:00
Nicolas
85fa39f8e2 fix: add default values for logIngest.persistence to prevent nil pointer errors 2025-07-31 10:18:47 +08:00