freeleaps-gitops-bot
18e02ac9d0
ci(bump): bump content image version for alpha to snapshot-bf4b64c
2025-10-23 09:14:52 +00:00
freeleaps-gitops-bot
e043cf550b
ci(bump): bump content image version for alpha to snapshot-39321a3
2025-10-23 08:05:10 +00:00
freeleaps-gitops-bot
0f9afaf5d0
ci(bump): bump content image version for alpha to snapshot-cad00ce
2025-10-23 06:14:14 +00:00
freeleaps-gitops-bot
d2372ffbc0
ci(bump): bump content image version for alpha to snapshot-6536166
2025-10-22 04:42:10 +00:00
Eason Zhao
9ece101d8c
feat: alert manager set-up for all services
2025-10-20 21:31:25 -04:00
freeleaps-gitops-bot
bbe5aa4873
ci(bump): bump content image version for alpha to snapshot-cd725c8
2025-10-20 09:57:59 +00:00
freeleaps-gitops-bot
b9b01b7300
ci(bump): bump content image version for alpha to snapshot-e12fb45
2025-10-18 06:29:36 +00:00
freeleaps-gitops-bot
71147c39c6
ci(bump): bump content image version for alpha to snapshot-e22f85e
2025-10-13 05:45:37 +00:00
freeleaps-gitops-bot
f760346d4d
ci(bump): bump content image version for alpha to snapshot-3de8dbd
2025-10-09 02:38:54 +00:00
freeleaps-gitops-bot
f0c9a58a3d
ci(bump): bump content image version for alpha to snapshot-75813a3
2025-09-28 05:27:51 +00:00
freeleaps-gitops-bot
c0b14feb23
ci(bump): bump content image version for alpha to snapshot-6eb50f1
2025-09-26 09:36:31 +00:00
freeleaps-gitops-bot
578bce5719
ci(bump): bump content image version for alpha to snapshot-41bb6e7
2025-09-26 04:34:48 +00:00
freeleaps-gitops-bot
c3b9243c8e
chore: increase builder timeout to 90 minutes and pipeline timeout to 240 minutes
2025-09-25 19:33:22 +08:00
freeleaps-gitops-bot
45e80c5830
ci(bump): bump content image version for alpha to snapshot-2a517fa
2025-09-24 05:52:28 +00:00
freeleaps-gitops-bot
0fb8a6768c
ci(bump): bump content image version for alpha to snapshot-bae0903
2025-09-23 14:40:12 +00:00
Nicolas
850d8ac9ec
set content env of log
2025-09-23 18:32:42 +08:00
freeleaps-gitops-bot
caa385348f
ci(bump): bump content image version for alpha to snapshot-3cba9e4
2025-09-23 07:10:30 +00:00
freeleaps-gitops-bot
de3775b87f
ci(bump): bump content image version for alpha to snapshot-96f2f52
2025-09-22 11:12:42 +00:00
freeleaps-gitops-bot
77bfbab9de
ci(bump): bump content image version for alpha to snapshot-74d9550
2025-09-22 08:29:09 +00:00
freeleaps-gitops-bot
67ab04c372
ci(bump): bump content image version for alpha to snapshot-77d0a9c
2025-09-19 10:01:44 +00:00
freeleaps-gitops-bot
53655d1d4f
ci(bump): bump content image version for alpha to snapshot-39d7d2a
2025-09-19 05:38:18 +00:00
freeleaps-gitops-bot
1837f1dfc0
ci(bump): bump content image version for alpha to snapshot-cea1b2c
2025-09-19 03:29:32 +00:00
freeleaps-gitops-bot
36e54f9d5b
ci(bump): bump content image version for alpha to snapshot-38ff0ae
2025-09-18 09:35:04 +00:00
zhenyus
b7908d1692
Refactor configuration files to remove unused fields and add AKV secret management for payment service
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 21:41:21 +08:00
Nicolas
0d7dc1a81a
Enable the content service to support akv
2025-08-18 17:53:35 +08: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
d682d7bb09
ci(bump): bump content image version for alpha to snapshot-311fd21
2025-07-29 10:37:17 +00:00
freeleaps-gitops-bot
a56a2b87ab
ci(bump): bump content image version for alpha to snapshot-e7eeaaf
2025-07-29 04:07:21 +00:00
freeleaps-gitops-bot
d55da085c5
ci(bump): bump content image version for alpha to snapshot-eec7ac2
2025-07-28 14:22:27 +00:00
freeleaps-gitops-bot
13a076f4dd
ci(bump): bump content image version for alpha to snapshot-9e2e2fa
2025-07-28 13:26:02 +00:00
freeleaps-gitops-bot
b446056766
ci(bump): bump content image version for alpha to snapshot-baf606d
2025-07-28 10:47:11 +00:00
freeleaps-gitops-bot
7c889b0fe5
ci(bump): bump content image version for alpha to snapshot-b9f275c
2025-07-24 07:04:09 +00:00
freeleaps-gitops-bot
2a7416ff55
ci(bump): bump content image version for alpha to snapshot-2234571
2025-07-23 13:43:28 +00:00
zhenyus
3aad06eeb7
feat: add Vertical Pod Autoscaler (VPA) configuration across multiple services for improved resource management
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-06-10 23:53:31 +08:00
freeleaps-gitops-bot
2ee01dd14b
ci(bump): bump content image version for alpha to snapshot-95a525a
2025-04-27 03:17:57 +00:00
freeleaps-gitops-bot
8585bced19
ci(bump): bump content image version for alpha to snapshot-6286c0f
2025-04-24 07:30:45 +00:00
zhenyus
6d9d15d4d2
Add OpenTelemetry logging support across multiple services
...
- Introduced log ingestion configuration in values files for centralStorage, content, notification, and payment services.
- Updated deployment templates to conditionally include OpenTelemetry annotations and volume mounts based on log ingestion settings.
- Added OpenTelemetry RBAC configurations for service accounts and cluster roles to enable logging.
- Implemented OpenTelemetry collector configuration to process logs and export them to Loki.
- Ensured compatibility with existing Helm chart structure and maintained backward compatibility for services without log ingestion enabled.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 22:03:00 +08:00
freeleaps-gitops-bot
51257ab53c
ci(bump): bump content image version for alpha to snapshot-ecad36a
2025-04-21 05:47:20 +00:00
freeleaps-gitops-bot
8680101a11
ci(bump): bump content image version for alpha to snapshot-32c4fe9
2025-04-21 04:10:12 +00:00
freeleaps-gitops-bot
ec9d3f4e44
ci(bump): bump content image version for alpha to 1.1.1
2025-04-20 17:43:18 +00:00
zhenyus
6ebdef8933
Update ingress hosts and issuer references for alpha environment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-11 01:22:29 +08:00
zhenyus
f415b83a85
ci: update execute mode to 'on-demand' in Jenkinsfiles and change MongoDB URIs to use SRV format
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-31 13:51:04 +08:00
freeleaps-gitops-bot
5258068125
ci(bump): bump content image version for alpha to snapshot-7940aa2
2025-03-30 23:18:06 +00:00
freeleaps-gitops-bot
0d67f8c95d
ci(bump): bump content image version for alpha to snapshot-4dfbab4
2025-03-21 17:28:43 +00:00
zhenyus
6e7417ae00
feat: add migration script and update Helm values for various services with readiness and liveness probes
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-22 01:03:59 +08:00
freeleaps-gitops-bot
32785e6e7a
ci(bump): bump content image version for alpha to snapshot-a45698c
2025-03-17 10:26:42 +00:00
zhenyus
d2927ce4ba
fix: update resource requests and limits for multiple services to optimize performance
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 20:31:11 +08:00
zhenyus
8910193a24
feat(helm): optimize resource requests and limits for multiple services and update RabbitMQ storage class
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-05 17:08:45 +08:00
zhenyus
c59b336fe8
fix(resources): update CPU resource requests and limits across multiple services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-25 03:45:28 +08:00
zhenyus
fbbf972f74
fix(nginx): update pathType to Prefix for multiple service rules
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-23 01:18:24 +08:00