Commit Graph

1398 Commits

Author SHA1 Message Date
icecheng
47d7edd854 Merge pull request 'fix: change probe path for notification service' (#110) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/110
2025-09-23 08:30:13 +00:00
38734c8281 fix: change probe path for notification service 2025-09-23 16:29:26 +08:00
icecheng
34a05b58a1 Merge pull request 'feat: recover probes for notification service' (#109) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/109
2025-09-23 08:27:24 +00:00
102d3a2ec0 feat: recover probes for notification service 2025-09-23 16:26:57 +08:00
icecheng
43744a6730 Merge pull request 'feat: recover probes for notification service' (#108) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/108
2025-09-23 08:18:40 +00:00
88d65a424f feat: recover probes for notification service 2025-09-23 16:18:00 +08:00
icecheng
fe58260cb8 Merge pull request 'fix: add erlang cookie for rabbitmq' (#107) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/107
2025-09-23 08:07:47 +00:00
7b37b57331 fix: add erlang cookie for rabbitmq 2025-09-23 16:06:51 +08:00
icecheng
a54f4cc7b8 Merge pull request 'fix: disable probes for notification service' (#106) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/106
2025-09-23 07:55:07 +00:00
ded9db53fc fix: change update strategy to recreate for rabbitmq 2025-09-23 15:54:33 +08:00
freeleaps-gitops-bot
15e2d5cd9f ci(bump): bump devops image version for alpha to snapshot-3cba9e4 2025-09-23 07:40:28 +00:00
3519f9c318 fix: disable probes for notification service 2025-09-23 15:23:09 +08:00
freeleaps-gitops-bot
2be57cb278 ci(bump): bump payment image version for alpha to snapshot-3cba9e4 2025-09-23 07:22:30 +00:00
freeleaps-gitops-bot
3613428b3b ci(bump): bump notification image version for alpha to snapshot-3cba9e4 2025-09-23 07:17:03 +00: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
2ecfc54f7b ci(bump): bump metrics image version for alpha to snapshot-3cba9e4 2025-09-23 06:46:27 +00:00
icecheng
7f4c30bd70 Merge pull request 'feat: add prometheusrule for metrics service' (#105) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/105
2025-09-23 06:21:36 +00:00
8f7beabe4c feat: add prometheusrule for metrics service 2025-09-23 14:20:52 +08:00
freeleaps-gitops-bot
ff12647613 ci(bump): bump centralStorage image version for alpha to snapshot-3cba9e4 2025-09-23 06:09:18 +00:00
freeleaps-gitops-bot
1c79b10e6f ci(bump): bump authentication image version for alpha to snapshot-3cba9e4 2025-09-23 06:00:54 +00:00
freeleaps-gitops-bot
5d0876fdc7 ci(bump): bump metrics image version for alpha to snapshot-3cba9e4 2025-09-23 05:50:51 +00:00
Nicolas
beb355249a fix: update centralStorage OpenTelemetry configuration
- Change start_at from 'end' to 'beginning' for complete log history
- Fix transform configuration to match authentication service
- Add k8s_cluster receiver to collect container stdout logs
- Remove problematic json_parser operator
- Ensure consistent log processing across services
2025-09-23 08:58:01 +08:00
Nicolas
a8d6af93aa restore: add Kubernetes metadata to JSON logs
- Restore ParseJSON operations to add Kubernetes metadata to log body
- Add kubernetes.pod, kubernetes.namespace, kubernetes.pod_ip, etc. to JSON
- This will enrich the JSON logs with Kubernetes context information
- Maintain original JSON structure while adding K8s metadata
2025-09-22 21:46:38 +08:00
Nicolas
2983250d07 fix: remove json_parser to preserve original JSON format
- Remove json_parser operator to keep logs in original JSON format
- This should maintain the structured JSON content in Grafana
- Logs will be sent as raw JSON without parsing into attributes
2025-09-22 21:45:14 +08:00
Nicolas
b527425556 Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-22 21:39:39 +08:00
Nicolas
cda371e74f fix: change start_at to beginning to read existing logs
- Change start_at from end to beginning
- This should allow OpenTelemetry Collector to read existing log content
- May cause duplicate logs but should make logs visible in Grafana
2025-09-22 21:38:59 +08:00
Nicolas
620bacdbbf fix: remove move operator that may be causing log processing failure
- Remove move operator from json_parser configuration
- Keep only json_parser with parse_to: attributes
- This should allow logs to be processed correctly
2025-09-22 21:38:00 +08:00
freeleaps-gitops-bot
a035359701 ci(bump): bump freeleaps image version for alpha to snapshot-3069327 2025-09-22 13:25:27 +00:00
Nicolas
802698bcb7 fix: align authentication logging with chat service configuration
- Add parse_to: attributes to json_parser operator
- Add move operator to move text content to body
- Use application instead of service_name for consistency
- Use global.environment for environment setting
- Add global.environment to values files for both alpha and prod
- This should fix the unknown_service classification issue
2025-09-22 21:21:19 +08:00
Nicolas
fe2b7200de simplify: remove where clause from transform processor
- Remove complex where clause that may cause syntax errors
- Set environment to alpha by default for all logs
- This should fix the transform processor execution issue
2025-09-22 20:45:02 +08:00
Nicolas
c4719493af fix: add service.name attribute to prevent unknown_service classification
- Add service.name resource attribute in addition to service_name
- This should prevent logs from being classified as unknown_service in Loki
- Keep both attributes for compatibility
2025-09-22 20:40:30 +08:00
Nicolas
b1554522b5 Fix the configuration of the JSON parser 2025-09-22 20:35:06 +08:00
Nicolas
b60c5c9324 simplify: remove ParseJSON operations from OpenTelemetry transform
- Remove complex JSON parsing operations that may cause issues
- Keep only essential resource attribute mapping
- This should help logs be properly processed and sent to Loki
2025-09-22 20:22:40 +08:00
Nicolas
a9d3930ba3 fix: use where clause for conditional environment setting
- Replace if statement with where clause for environment mapping
- Set default to alpha, then override to prod for freeleaps-prod namespace
2025-09-22 19:54:57 +08:00
Nicolas
0774325bf6 fix: use if statement instead of ReplaceAll for environment mapping
- Replace ReplaceAll function with if statement for environment mapping
- This avoids undefined function error in OpenTelemetry Collector OTTL
2025-09-22 19:53:13 +08:00
Nicolas
69823712ae Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-22 19:45:46 +08:00
Nicolas
a9d6ab93e6 fix the bug of auth 2025-09-22 19:44:52 +08:00
freeleaps-gitops-bot
5e15d41246 ci(bump): bump devops image version for alpha to snapshot-96f2f52 2025-09-22 11:44:38 +00:00
Nicolas
a81b061d31 update authentication 2025-09-22 19:40:17 +08:00
freeleaps-gitops-bot
94fee876b9 ci(bump): bump payment image version for alpha to snapshot-96f2f52 2025-09-22 11:25:39 +00:00
freeleaps-gitops-bot
f6557c396e ci(bump): bump notification image version for alpha to snapshot-96f2f52 2025-09-22 11:18:58 +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
5cf6b5882f ci(bump): bump centralStorage image version for alpha to snapshot-96f2f52 2025-09-22 11:03:16 +00:00
freeleaps-gitops-bot
24fd8d6232 ci(bump): bump chat image version for alpha to snapshot-3069327 2025-09-22 10:57:58 +00:00
freeleaps-gitops-bot
251b79c9d8 ci(bump): bump authentication image version for alpha to snapshot-96f2f52 2025-09-22 10:56:40 +00:00
freeleaps-gitops-bot
3f7ebed195 ci(bump): bump metrics image version for alpha to snapshot-96f2f52 2025-09-22 10:49:16 +00:00
freeleaps-gitops-bot
e04da52485 ci(bump): bump devops image version for prod to snapshot-ee519ca 2025-09-22 10:28:43 +00:00
freeleaps-gitops-bot
78b6b4902a ci(bump): bump payment image version for prod to 1.9.0 2025-09-22 10:03:44 +00:00
freeleaps-gitops-bot
a6f9efc562 ci(bump): bump payment image version for prod to snapshot-ee519ca 2025-09-22 10:03:08 +00:00
freeleaps-gitops-bot
23208fa769 ci(bump): bump notification image version for prod to 1.9.0 2025-09-22 09:56:08 +00:00
freeleaps-gitops-bot
5d2134fef0 ci(bump): bump notification image version for prod to snapshot-ee519ca 2025-09-22 09:55:48 +00:00
Nicolas
e643133f5d Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-22 17:48:00 +08:00
Nicolas
b1f6ce8a1d Set the log environment for authentication using string replacement 2025-09-22 17:47:40 +08:00
freeleaps-gitops-bot
9e81dc9650 ci(bump): bump content image version for prod to 1.9.0 2025-09-22 09:46:49 +00:00
freeleaps-gitops-bot
9011629da5 ci(bump): bump content image version for prod to snapshot-ee519ca 2025-09-22 09:46:30 +00:00
icecheng
8b08495717 Merge pull request 'feat: add dashboard intergration guideline' (#104) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/104
2025-09-22 09:43:25 +00:00
e474d5dff8 feat: add dashboard intergration guideline 2025-09-22 17:42:50 +08:00
freeleaps-gitops-bot
abbd6d6243 ci(bump): bump metrics image version for alpha to snapshot-0107fea 2025-09-22 09:35:00 +00:00
Nicolas
61509dabf2 roll back 2025-09-22 17:33:22 +08:00
Nicolas
267bf4863b Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-22 17:31:27 +08:00
Nicolas
d9209e89ef fix authentication 2025-09-22 17:31:11 +08:00
freeleaps-gitops-bot
a12b8eb5b1 ci(bump): bump centralStorage image version for prod to snapshot-ee519ca 2025-09-22 09:29:14 +00:00
freeleaps-gitops-bot
174882fbaf ci(bump): bump centralStorage image version for prod to 1.9.0 2025-09-22 09:28:50 +00:00
freeleaps-gitops-bot
3d0ee3546d ci(bump): bump authentication image version for prod to 1.9.0 2025-09-22 09:19:04 +00:00
freeleaps-gitops-bot
bdf8e2544b ci(bump): bump authentication image version for prod to snapshot-ee519ca 2025-09-22 09:18:40 +00:00
Nicolas
b3ef716dde Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-22 16:54:13 +08:00
Nicolas
5b185972a8 update authentication log set 2025-09-22 16:53:54 +08:00
freeleaps-gitops-bot
4185a010eb ci(bump): bump payment image version for alpha to snapshot-74d9550 2025-09-22 08:50:56 +00:00
freeleaps-gitops-bot
d07117c72d ci(bump): bump centralStorage image version for prod to 1.8.0 2025-09-22 08:47:05 +00:00
freeleaps-gitops-bot
339ab44e05 ci(bump): bump centralStorage image version for prod to snapshot-7b7c9ca 2025-09-22 08:46:45 +00:00
icecheng
252fc7eac7 Merge pull request 'feat: add dashboard intergration guideline' (#103) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/103
2025-09-22 08:42:59 +00:00
27468f2324 feat: add dashboard intergration guideline 2025-09-22 16:42:10 +08:00
freeleaps-gitops-bot
e39bd976ec ci(bump): bump notification image version for alpha to snapshot-74d9550 2025-09-22 08:39:58 +00:00
freeleaps-gitops-bot
d0786e5df3 ci(bump): bump authentication image version for prod to snapshot-7b7c9ca 2025-09-22 08:38:20 +00:00
freeleaps-gitops-bot
946a92e2fa ci(bump): bump authentication image version for prod to 1.8.0 2025-09-22 08:38:04 +00:00
icecheng
8ddb0cb38f Merge pull request 'feat: add prometheus metrics intergration guideline' (#102) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/102
2025-09-22 08:34:28 +00:00
b14eaddad7 feat: add prometheus metrics intergration guideline 2025-09-22 16:33:49 +08:00
freeleaps-gitops-bot
77bfbab9de ci(bump): bump content image version for alpha to snapshot-74d9550 2025-09-22 08:29:09 +00:00
icecheng
1f4c5ee058 Merge pull request 'feat: add prometheus metrics intergration guideline' (#101) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/101
2025-09-22 08:28:20 +00:00
89a71a4715 feat: add prometheus metrics intergration guideline 2025-09-22 16:23:43 +08:00
Nicolas
bfb58407e4 Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-22 16:23:20 +08:00
Nicolas
efa0b55236 change authentication log env set 2025-09-22 16:23:01 +08:00
freeleaps-gitops-bot
2cdc115d4e ci(bump): bump centralStorage image version for alpha to snapshot-74d9550 2025-09-22 08:15:01 +00:00
freeleaps-gitops-bot
4de8bf6001 ci(bump): bump authentication image version for alpha to snapshot-74d9550 2025-09-22 08:06:50 +00:00
freeleaps-gitops-bot
54f806b436 ci(bump): bump metrics image version for alpha to snapshot-74d9550 2025-09-22 07:59:44 +00:00
freeleaps-gitops-bot
c90398b171 ci(bump): bump metrics image version for alpha to snapshot-48272cf 2025-09-22 07:34:26 +00:00
freeleaps-gitops-bot
3931ae2e8e ci(bump): bump frontend image version for alpha to snapshot-e80cd4f 2025-09-22 07:11:12 +00:00
freeleaps-gitops-bot
be59ed4213 ci(bump): bump freeleaps image version for alpha to snapshot-e80cd4f 2025-09-22 06:36:58 +00:00
freeleaps-gitops-bot
7a0ae6ebcb ci(bump): bump chat image version for alpha to snapshot-e80cd4f 2025-09-22 06:26:19 +00:00
Nicolas
309602b91e add auth prod log 2025-09-22 10:30:55 +08:00
freeleaps-gitops-bot
6d5d56b963 ci(bump): bump devops image version for alpha to snapshot-77d0a9c 2025-09-19 10:21:09 +00:00
freeleaps-gitops-bot
a299e65475 ci(bump): bump payment image version for alpha to snapshot-77d0a9c 2025-09-19 10:16:01 +00:00
freeleaps-gitops-bot
b5238f198b ci(bump): bump notification image version for alpha to snapshot-77d0a9c 2025-09-19 10:09:26 +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
2ce2461ed4 ci(bump): bump payment image version for prod to snapshot-6d72fef 2025-09-19 10:00:50 +00:00
freeleaps-gitops-bot
d36957484c ci(bump): bump notification image version for prod to snapshot-6d72fef 2025-09-19 09:52:22 +00:00
freeleaps-gitops-bot
efefea3348 ci(bump): bump centralStorage image version for alpha to snapshot-77d0a9c 2025-09-19 09:49:25 +00:00
freeleaps-gitops-bot
45e4a6599d ci(bump): bump content image version for prod to snapshot-6d72fef 2025-09-19 09:44:05 +00:00
freeleaps-gitops-bot
f3d35e8fac ci(bump): bump authentication image version for alpha to snapshot-77d0a9c 2025-09-19 09:41:40 +00:00
freeleaps-gitops-bot
ac5632385b ci(bump): bump devops image version for prod to 1.7.0 2025-09-19 09:39:57 +00:00
freeleaps-gitops-bot
54a9de30f8 ci(bump): bump metrics image version for alpha to snapshot-77d0a9c 2025-09-19 09:29:17 +00:00
freeleaps-gitops-bot
ee722d2c1a ci(bump): bump centralStorage image version for prod to snapshot-6d72fef 2025-09-19 09:28:15 +00:00
freeleaps-gitops-bot
8c9c4dc8f7 ci(bump): bump authentication image version for prod to snapshot-6d72fef 2025-09-19 09:20:59 +00:00
freeleaps-gitops-bot
346471e54f ci(bump): bump payment image version for prod to 1.7.0 2025-09-19 09:08:54 +00:00
freeleaps-gitops-bot
bb13820410 ci(bump): bump notification image version for prod to 1.7.0 2025-09-19 08:53:44 +00:00
freeleaps-gitops-bot
0c004b21bd ci(bump): bump centralStorage image version for alpha to snapshot-812636a 2025-09-19 08:47:33 +00:00
freeleaps-gitops-bot
17202eeb8a ci(bump): bump content image version for prod to 1.7.0 2025-09-19 08:43:48 +00:00
freeleaps-gitops-bot
6389d1573c ci(bump): bump authentication image version for alpha to snapshot-812636a 2025-09-19 08:39:44 +00:00
freeleaps-gitops-bot
ebec945769 ci(bump): bump centralStorage image version for prod to 1.7.0 2025-09-19 08:32:19 +00:00
freeleaps-gitops-bot
cad76a9924 ci(bump): bump metrics image version for alpha to snapshot-812636a 2025-09-19 08:31:18 +00:00
freeleaps-gitops-bot
8a5e584a85 ci(bump): bump authentication image version for prod to 1.7.0 2025-09-19 08:26:27 +00:00
icecheng
7bd62a8cef Merge pull request 'feat: add devops registry username and password to devsvc secrets' (#100) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/100
2025-09-19 07:34:42 +00:00
2555143c2d feat: add devops registry username and password to devsvc secrets 2025-09-19 15:33:57 +08:00
icecheng
64f9050cc1 Merge pull request 'feat: add devops registry username and password to devsvc secrets' (#99) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/99
2025-09-19 07:30:13 +00:00
f635c3c619 feat: add devops registry username and password to devsvc secrets 2025-09-19 15:23:12 +08:00
freeleaps-gitops-bot
5e67a77bd1 ci(bump): bump devops image version for alpha to snapshot-39d7d2a 2025-09-19 06:04:51 +00:00
freeleaps-gitops-bot
2d3f1b53a2 ci(bump): bump payment image version for alpha to snapshot-39d7d2a 2025-09-19 05:49:07 +00:00
freeleaps-gitops-bot
3f60bb8dcf ci(bump): bump notification image version for alpha to snapshot-39d7d2a 2025-09-19 05:43:23 +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
f2c3556f8e ci(bump): bump centralStorage image version for alpha to snapshot-39d7d2a 2025-09-19 05:30:47 +00:00
freeleaps-gitops-bot
760a030b3b ci(bump): bump authentication image version for alpha to snapshot-39d7d2a 2025-09-19 05:25:56 +00:00
freeleaps-gitops-bot
e81517f176 ci(bump): bump metrics image version for alpha to snapshot-39d7d2a 2025-09-19 05:20:06 +00:00
freeleaps-gitops-bot
a0dba8f9de ci(bump): bump frontend image version for alpha to snapshot-245d583 2025-09-19 05:17:23 +00:00
freeleaps-gitops-bot
ed4f9a7acc ci(bump): bump freeleaps image version for alpha to snapshot-245d583 2025-09-19 04:44:43 +00:00
freeleaps-gitops-bot
9a3a978a14 ci(bump): bump chat image version for alpha to snapshot-245d583 2025-09-19 04:34:34 +00:00
freeleaps-gitops-bot
126ba4d78b ci(bump): bump devops image version for alpha to snapshot-cea1b2c 2025-09-19 04:08:55 +00:00
freeleaps-gitops-bot
eef6280259 ci(bump): bump payment image version for alpha to snapshot-cea1b2c 2025-09-19 03:49:30 +00:00
freeleaps-gitops-bot
e54917a54b ci(bump): bump notification image version for alpha to snapshot-cea1b2c 2025-09-19 03:38:56 +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
030d9e86e6 ci(bump): bump centralStorage image version for alpha to snapshot-cea1b2c 2025-09-19 03:09:25 +00:00
freeleaps-gitops-bot
3e0ce54d68 ci(bump): bump authentication image version for alpha to snapshot-cea1b2c 2025-09-19 03:01:44 +00:00
freeleaps-gitops-bot
6fa1bc216f ci(bump): bump metrics image version for alpha to snapshot-cea1b2c 2025-09-19 02:52:12 +00:00
freeleaps-gitops-bot
f36f911de6 ci(bump): bump devsvc image version for alpha to snapshot-1091a44 2025-09-19 01:52:40 +00:00
freeleaps-gitops-bot
bd74c1cd8d ci(bump): bump devops image version for alpha to snapshot-38ff0ae 2025-09-18 10:01:46 +00:00
freeleaps-gitops-bot
648629bd9a ci(bump): bump payment image version for alpha to snapshot-38ff0ae 2025-09-18 09:45:46 +00:00
freeleaps-gitops-bot
5b326e6b6d ci(bump): bump notification image version for alpha to snapshot-38ff0ae 2025-09-18 09:40:18 +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
icecheng
9f015fed07 Merge pull request 'feat: update metrics values for alpha and prod' (#98) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/98
2025-09-18 09:31:13 +00:00
518a67cea3 feat: update metrics values for alpha and prod 2025-09-18 17:30:39 +08:00
freeleaps-gitops-bot
97633502fb ci(bump): bump centralStorage image version for alpha to snapshot-38ff0ae 2025-09-18 09:27:12 +00:00
icecheng
dcdbadc6b8 Merge pull request 'icecheng/feature' (#97) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/97
2025-09-18 09:24:21 +00:00
08881ceb32 feat: update Jenkinsfile 2025-09-18 17:23:08 +08:00
freeleaps-gitops-bot
654e6c9fbc ci(bump): bump authentication image version for alpha to snapshot-38ff0ae 2025-09-18 09:22:17 +00:00
freeleaps-gitops-bot
361245c58f ci(bump): bump metrics image version for alpha to snapshot-38ff0ae 2025-09-18 09:16:31 +00:00
freeleaps-gitops-bot
16c05fa74e ci(bump): bump authentication image version for alpha to snapshot-a42ba38 2025-09-18 08:52:23 +00:00
freeleaps-gitops-bot
9a3490b01f ci(bump): bump metrics image version for alpha to snapshot-a42ba38 2025-09-18 08:45:31 +00:00
freeleaps-gitops-bot
b6fc60eafd ci(bump): bump centralStorage image version for alpha to snapshot-1baf906 2025-09-18 06:24:16 +00:00
freeleaps-gitops-bot
d366d25091 ci(bump): bump authentication image version for alpha to snapshot-1baf906 2025-09-18 06:19:22 +00:00
freeleaps-gitops-bot
281bca314a ci(bump): bump frontend image version for alpha to snapshot-1213863 2025-09-18 06:11:06 +00:00
icecheng
6a075e208a Merge pull request 'feat: update metrics values for alpha and prod' (#96) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/96
2025-09-18 06:04:02 +00:00
232b40f24e feat: update metrics values for alpha and prod 2025-09-18 14:03:19 +08:00
icecheng
30548144bf Merge pull request 'feat: add metrics chart and update freeleaps-service-hub Jenkinsfile' (#95) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/95
2025-09-18 05:51:41 +00:00
bb1da229fb feat: add metrics chart and update freeleaps-service-hub Jenkinsfile 2025-09-18 13:46:24 +08:00
freeleaps-gitops-bot
a47892c34c ci(bump): bump freeleaps image version for alpha to snapshot-1213863 2025-09-18 05:42:07 +00:00
freeleaps-gitops-bot
cc77fc2127 ci(bump): bump chat image version for alpha to snapshot-1213863 2025-09-18 05:31:55 +00:00
freeleaps-gitops-bot
d5663a97eb ci(bump): bump devops image version for prod to snapshot-4a5bdb4 2025-09-18 05:08:29 +00:00
freeleaps-gitops-bot
5918ab5b50 ci(bump): bump payment image version for prod to snapshot-4a5bdb4 2025-09-18 04:48:49 +00:00
freeleaps-gitops-bot
4d1860f7a1 ci(bump): bump notification image version for prod to snapshot-4a5bdb4 2025-09-18 04:42:59 +00:00
freeleaps-gitops-bot
db85409c43 ci(bump): bump content image version for prod to snapshot-4a5bdb4 2025-09-18 04:37:32 +00:00
freeleaps-gitops-bot
aab8194c6b ci(bump): bump centralStorage image version for prod to snapshot-4a5bdb4 2025-09-18 04:29:41 +00:00
freeleaps-gitops-bot
c48d515ab4 ci(bump): bump authentication image version for prod to snapshot-4a5bdb4 2025-09-18 04:24:23 +00:00
freeleaps-gitops-bot
3c4c7199df ci(bump): bump devsvc image version for prod to 1.3.0 2025-09-18 02:29:36 +00:00
freeleaps-gitops-bot
cd4f8f7ca2 ci(bump): bump notification image version for alpha to snapshot-071694c 2025-09-18 01:48:55 +00:00
icecheng
110c9b35da Merge pull request 'feat: add authServiceEndpoint to notification config' (#94) from feature/icecheng/add-node into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/94
2025-09-17 07:03:29 +00:00
163db34e3d feat: add authServiceEndpoint to notification config 2025-09-17 15:02:08 +08:00
freeleaps-gitops-bot
670543559c ci(bump): bump frontend image version for alpha to snapshot-cc66272 2025-09-17 06:46:59 +00:00
15bc2cb93d feat: increase initialDelaySeconds for notification service probes 2025-09-17 14:34:36 +08:00
freeleaps-gitops-bot
319f7c09b0 ci(bump): bump freeleaps image version for alpha to snapshot-cc66272 2025-09-17 06:16:41 +00:00
freeleaps-gitops-bot
c766c9ccd1 ci(bump): bump chat image version for alpha to snapshot-cc66272 2025-09-17 06:05:37 +00:00
freeleaps-gitops-bot
f35fb1097f ci(bump): bump notification image version for alpha to snapshot-be2acb5 2025-09-17 05:56:50 +00:00
Nicolas
2e2715ef39 fix chat prod env set 2025-09-17 12:47:33 +08:00
sunhaolou
8ea5aa126d fix: add the new subscription secret 2025-09-17 11:43:51 +08:00
freeleaps-gitops-bot
4699fcd9a6 ci(bump): bump frontend image version for alpha to snapshot-72ca055 2025-09-16 08:19:23 +00:00
freeleaps-gitops-bot
62b28cc2f9 ci(bump): bump freeleaps image version for alpha to snapshot-72ca055 2025-09-16 07:50:10 +00:00
freeleaps-gitops-bot
7d25af39c3 ci(bump): bump chat image version for alpha to snapshot-72ca055 2025-09-16 07:40:08 +00:00
freeleaps-gitops-bot
e6997cc562 ci(bump): bump notification image version for alpha to snapshot-3301aec 2025-09-16 05:27:36 +00:00
freeleaps-gitops-bot
4b5b0c98b9 ci(bump): bump frontend image version for alpha to snapshot-b833881 2025-09-15 08:40:00 +00:00
freeleaps-gitops-bot
b18ab6129a ci(bump): bump freeleaps image version for alpha to snapshot-b833881 2025-09-15 08:12:08 +00:00
freeleaps-gitops-bot
ec8ee92d91 ci(bump): bump chat image version for alpha to snapshot-b833881 2025-09-15 08:01:41 +00:00
freeleaps-gitops-bot
193aaa1f52 ci(bump): bump devsvc image version for prod to snapshot-64a4ff7 2025-09-12 01:59:42 +00:00
freeleaps-gitops-bot
cb933b63b5 ci(bump): bump devsvc image version for alpha to snapshot-2a43e9a 2025-09-12 01:29:28 +00:00
freeleaps-gitops-bot
9d5842a446 ci(bump): bump devsvc image version for prod to snapshot-d59f221 2025-09-11 09:21:29 +00:00
freeleaps-gitops-bot
660f6c98c7 ci(bump): bump devsvc image version for alpha to snapshot-81c332a 2025-09-11 08:55:19 +00:00
freeleaps-gitops-bot
0d70e670cd ci(bump): bump frontend image version for prod to snapshot-d6cc2ad 2025-09-11 08:42:00 +00:00
freeleaps-gitops-bot
f875eee4ce ci(bump): bump freeleaps image version for prod to snapshot-d6cc2ad 2025-09-11 08:11:05 +00:00
freeleaps-gitops-bot
d9c0bd07e4 ci(bump): bump chat image version for prod to snapshot-d6cc2ad 2025-09-11 08:00:14 +00:00
freeleaps-gitops-bot
4a539a554d ci(bump): bump devsvc image version for alpha to snapshot-7fcff35 2025-09-11 07:40:32 +00:00
icecheng
87211b7c78 Merge pull request 'ci: update devsvc vpa values' (#88) from icecheng/feature into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/88
2025-09-11 06:56:37 +00:00
957a713b56 ci: update devsvc vpa values 2025-09-11 14:55:47 +08:00
freeleaps-gitops-bot
96e593b23d ci(bump): bump frontend image version for alpha to snapshot-dcecde4 2025-09-11 05:10:19 +00:00
freeleaps-gitops-bot
cd94ee7a4d ci(bump): bump freeleaps image version for alpha to snapshot-dcecde4 2025-09-11 04:41:42 +00:00
freeleaps-gitops-bot
713320ad15 ci(bump): bump chat image version for alpha to snapshot-dcecde4 2025-09-11 04:31:03 +00:00
5d8aa9f3de fix: freeleaps deployment endpoint(temp) 2025-09-11 11:08:45 +08:00
11d09266c2 fix: freeleaps deployment endpoint(temp) 2025-09-11 11:04:37 +08:00
7e1a931713 fix: freeleaps deployment endpoint(temp) 2025-09-11 11:00:26 +08:00
de8cf61cc8 fix: freeleaps development endpoint(temp) 2025-09-11 10:48:47 +08:00
freeleaps-gitops-bot
929fe44b98 ci(bump): bump freeleaps image version for alpha to snapshot-d30a524 2025-09-11 01:54:54 +00:00
freeleaps-gitops-bot
0d69d4c389 ci(bump): bump chat image version for alpha to snapshot-d30a524 2025-09-11 01:44:48 +00:00
freeleaps-gitops-bot
5183c04b7b ci(bump): bump freeleaps image version for alpha to snapshot-1253c1f 2025-09-10 19:22:31 +00:00
freeleaps-gitops-bot
ee6dcb2678 ci(bump): bump chat image version for alpha to snapshot-1253c1f 2025-09-10 19:12:47 +00:00
freeleaps-gitops-bot
f880556617 ci(bump): bump frontend image version for alpha to snapshot-91f3444 2025-09-10 10:52:22 +00:00
freeleaps-gitops-bot
d74a7d27bc ci(bump): bump freeleaps image version for alpha to snapshot-91f3444 2025-09-10 10:13:10 +00:00
freeleaps-gitops-bot
0378350a22 ci(bump): bump chat image version for alpha to snapshot-91f3444 2025-09-10 10:02:40 +00:00
icecheng
d849c275c1 Merge pull request 'ci(helm): update devsvc helm values.yaml' (#82) from feature/icecheng/devsvc into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/82
2025-09-09 06:53:54 +00:00
7921d9e8d9 ci(helm): update devsvc helm values.yaml 2025-09-09 14:52:49 +08:00
freeleaps-gitops-bot
876c7e3d23 ci(bump): bump frontend image version for alpha to snapshot-15a3714 2025-09-09 06:25:25 +00:00
freeleaps-gitops-bot
55a8bad994 ci(bump): bump freeleaps image version for alpha to snapshot-15a3714 2025-09-09 05:57:54 +00:00
freeleaps-gitops-bot
a1b06fd8c5 ci(bump): bump chat image version for alpha to snapshot-15a3714 2025-09-09 05:47:32 +00:00
freeleaps-gitops-bot
a57dc557f0 ci(bump): bump freeleaps image version for alpha to snapshot-a98eab6 2025-09-09 04:51:02 +00:00
freeleaps-gitops-bot
67076e5c51 ci(bump): bump chat image version for alpha to snapshot-a98eab6 2025-09-09 04:41:05 +00:00
freeleaps-gitops-bot
0bab607c84 ci(bump): bump devsvc image version for prod to snapshot-9631772 2025-09-09 02:43:00 +00:00
freeleaps-gitops-bot
b46db81374 ci(bump): bump freeleaps image version for alpha to snapshot-3a1602d 2025-09-09 01:57:41 +00:00
freeleaps-gitops-bot
76b2aeb384 ci(bump): bump chat image version for alpha to snapshot-3a1602d 2025-09-09 01:46:22 +00:00
freeleaps-gitops-bot
bbf340ec66 ci(bump): bump devsvc image version for alpha to snapshot-e74ef63 2025-09-09 01:44:40 +00:00
freeleaps-gitops-bot
4ea4b58555 ci(bump): bump freeleaps image version for alpha to snapshot-9614993 2025-09-08 04:23:16 +00:00
freeleaps-gitops-bot
365a1b0cd4 ci(bump): bump chat image version for alpha to snapshot-9614993 2025-09-08 04:13:07 +00:00
Nicolas
6a7890c5b6 change devsvc connect 2025-09-05 16:06:21 +08:00
Nicolas
acbe5ceb06 use exchange to ensure queue 2025-09-05 15:24:50 +08:00
Nicolas
1bc83b5f44 roll back queue name 2025-09-05 15:10:38 +08:00
Nicolas
51856953da roll back 2025-09-05 13:35:03 +08:00
Nicolas
786a6939b8 fix endpoint 2025-09-05 13:17:00 +08:00
Nicolas
bb87b35194 update queuename 2025-09-05 12:57:44 +08:00
Nicolas
e22189127e fix devops set 2025-09-05 12:48:29 +08:00
freeleaps-gitops-bot
01a7801724 ci(bump): bump devops image version for prod to snapshot-046f9ff 2025-09-05 02:51:27 +00:00
freeleaps-gitops-bot
be08d44afd ci(bump): bump payment image version for prod to snapshot-046f9ff 2025-09-05 02:36:17 +00:00
freeleaps-gitops-bot
3d53de286a ci(bump): bump notification image version for prod to snapshot-046f9ff 2025-09-05 02:31:09 +00:00
freeleaps-gitops-bot
daf7452f38 ci(bump): bump content image version for prod to snapshot-046f9ff 2025-09-05 02:26:14 +00:00
zhenyus
0e42e597b5 Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-05 10:21:23 +08:00
zhenyus
8fdb61170d feat(notification): add deployment strategy for log ingestion service
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-09-05 10:21:21 +08:00
freeleaps-gitops-bot
407e0f52ce ci(bump): bump centralStorage image version for prod to snapshot-046f9ff 2025-09-05 02:16:14 +00:00
freeleaps-gitops-bot
57e94ac04d ci(bump): bump authentication image version for prod to snapshot-046f9ff 2025-09-05 02:08:11 +00:00
Nicolas
8c54067eef "fix: update alpha devops to use prod reconciler" 2025-09-05 09:57:45 +08:00
freeleaps-gitops-bot
dd9be63bca ci(bump): bump notification image version for alpha to snapshot-4f09a5e 2025-09-05 01:29:35 +00:00
freeleaps-gitops-bot
700b917794 ci(bump): bump frontend image version for alpha to snapshot-29f543c 2025-09-04 06:10:02 +00:00
freeleaps-gitops-bot
7b4b9f490c ci(bump): bump freeleaps image version for alpha to snapshot-29f543c 2025-09-04 05:43:30 +00:00
freeleaps-gitops-bot
8e7e3e82dc ci(bump): bump chat image version for alpha to snapshot-29f543c 2025-09-04 05:34:07 +00:00
freeleaps-gitops-bot
c3d268fb2c ci(bump): bump freeleaps image version for alpha to snapshot-77120ea 2025-09-04 04:07:17 +00:00
freeleaps-gitops-bot
744b9b08a1 ci(bump): bump chat image version for alpha to snapshot-77120ea 2025-09-04 03:57:45 +00:00
Nicolas
60d0991d99 fix: correct DevOps service endpoint path from /api/devops/ to /api 2025-09-04 10:56:15 +08:00
Nicolas
b97edc944c fix: add FREELEAPS_DEVOPS_ENDPOINT to freeleaps-config Secret template 2025-09-04 10:37:09 +08:00
Nicolas
1a7e9b9d64 Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-04 10:13:19 +08:00
Nicolas
59c56d05b8 add freeleapsDevopsEndpoint 2025-09-04 10:12:59 +08:00
freeleaps-gitops-bot
14070bea1e ci(bump): bump devops image version for alpha to snapshot-45b4ebd 2025-09-04 01:19:06 +00:00
freeleaps-gitops-bot
efee71a661 ci(bump): bump frontend image version for alpha to snapshot-ca090e4 2025-09-03 20:01:27 +00:00
freeleaps-gitops-bot
83e7468490 ci(bump): bump freeleaps image version for alpha to snapshot-ca090e4 2025-09-03 19:35:06 +00:00
freeleaps-gitops-bot
4b830496b4 ci(bump): bump chat image version for alpha to snapshot-ca090e4 2025-09-03 19:25:26 +00:00
Nicolas
215f71e0bf Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops 2025-09-02 17:37:27 +08:00
Nicolas
e7c326902d remove cert in freeleaps and add logs in magicleaps 2025-09-02 17:36:19 +08:00
freeleaps-gitops-bot
446099aaf1 ci(bump): bump frontend image version for alpha to snapshot-4c13092 2025-09-02 08:43:57 +00:00
freeleaps-gitops-bot
2153c5611e ci(bump): bump freeleaps image version for alpha to snapshot-4c13092 2025-09-02 08:17:47 +00:00