zhenyus
c2d2fa6345
fix: update Jenkins token in gitea webhook configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-24 16:51:35 +08:00
zhenyus
dca5cffa55
fix(flink): update resource requests and limits for jobmanager and taskmanager
...
- Adjusted CPU and memory requests and limits for both jobmanager and taskmanager to optimize resource allocation.
- Commented out the resourcesPreset parameter for clarity in configuration.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-04 11:03:26 +08:00
zhenyus
9c07783780
feat(kafka, pinot, star-rocks): update configurations and resource limits across multiple components
...
- Updated Kafka configuration to specify Kubernetes version and API versions.
- Enabled Vertical Pod Autoscaler (VPA) for Pinot and adjusted resource limits for CPU and memory.
- Removed obsolete certificate configuration for Pinot.
- Enhanced StarRocks values.yaml with comprehensive configurations for deployment, including service specifications and resource requests/limits.
- Increased timeout settings in production values for Freeleaps to improve service resilience.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-06-26 23:04:03 +08:00
zhenyus
db590f3f27
refactor: update gitea-webhook-ambassador Dockerfile and configuration
...
- Changed the build process to include a web UI build stage using Node.js.
- Updated Go build stage to copy web UI files to the correct location.
- Removed the main.go file as it is no longer needed.
- Added SQLite database configuration to example config.
- Updated dependencies in go.mod and go.sum, including new packages for JWT and SQLite.
- Modified .gitignore to include new database and configuration files.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-06-10 16:00:52 +08:00
zhenyus
c8b68afc75
feat: Update Pinot configuration and RBAC rules
...
- Enhanced the Pinot Helm chart values.yaml with comprehensive configurations for controller, broker, server, minion, and zookeeper components.
- Added support for pod disruption budgets and custom resource definitions in RBAC rules.
- Introduced a new script for managing Kubernetes service port forwarding, allowing users to easily forward, stop, and list active services.
- Updated helm repository list to ensure proper access to necessary charts.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-05-20 16:00:32 +08:00
zhenyus
db0cd26f4b
feat: update RBAC configurations for data platform and mathmast roles
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-05-12 10:56:58 +08:00
zhenyus
b7c11d2829
feat: update RBAC configurations and add Jenkinsfile for aml-services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-05-12 09:56:54 +08:00
Joe
134caeaeb2
feat: add starrocks to repo list
2025-05-10 15:48:29 +08:00
Joe
2d7b58dad7
Merge branch 'dev_zhengyang' of ssh.dev.azure.com:v3/freeleaps/freeleaps-ops/freeleaps-ops into dev_zhengyang
2025-05-09 17:53:34 +08:00
Joe
f4df870452
fix: update freeleaps-data-platform
2025-05-09 17:52:53 +08:00
zhenyus
2f7128a51c
feat: update namespaces and add RBAC roles for freeleaps data platform and monitoring systems
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-05-09 13:10:13 +08:00
Zheng Yang
51cbfbef07
Deleted kafka-monitoring-table.yaml
2025-05-09 02:16:08 +00:00
Joe
a7025081a1
feat: add freeleaps-data-platform
2025-05-09 10:14:16 +08:00
Joe
b2b1fd274f
feat: add freeleaps-data-platform
2025-05-09 10:07:00 +08:00
zhenyus
15dd1fba0b
fix(opentelemetry): update resource attributes in distributor and log transformation for improved metadata extraction
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 17:43:08 +08:00
zhenyus
473f5cea54
fix(opentelemetry): update log transformation to use resource attributes for application and environment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 17:17:40 +08:00
zhenyus
c106c9a624
fix(loki): update resource_attributes to use regex for indexing labels
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 17:05:53 +08:00
zhenyus
222f5ee0fb
feat(opentelemetry): add structured metadata support and update log transformation logic
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-21 16:16:03 +08:00
zhenyus
67c4772407
fix: update imagePullPolicy to 'Always' for chat, backend, and frontend services; change branch name from 'master' to 'main' in configmap
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-18 14:36:35 +08:00
zhenyus
eedb1cefc7
fix: update CA injection annotations and webhook service URLs for OpenTelemetry operator
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 05:49:54 +08:00
zhenyus
a0d88d9507
Add OpenTelemetry Collector configuration for log ingestion
...
- Introduced a new OpenTelemetryCollector resource in the Helm chart.
- Configured filelog receiver to ingest logs based on specified patterns.
- Added processors for Kubernetes attributes and resource metadata.
- Set up Loki exporter for log forwarding with appropriate labels.
- Configured logging verbosity and defined log processing pipelines.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 05:45:40 +08:00
zhenyus
decca8e7a1
fix: update labels for Fluent Bit resources to ensure correct identification
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:46:39 +08:00
zhenyus
358f131809
Add Fluent Bit configuration for log collection
...
- Introduced Fluent Bit resources including FluentBit, Parser, Output, FluentBitConfig, and ClusterInput.
- Configured default resource requests and limits for Fluent Bit.
- Set up JSON parser with customizable time key and format.
- Established output forwarding to Fluentd service in the logging system.
- Enabled conditional deployment based on the `fluentbit.enabled` value in Helm chart.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:18:16 +08:00
zhenyus
0de22b2623
refactor(ImageBuilder): remove logging of files in artifact directory to streamline output
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-14 16:40:46 +08: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
6029462f12
ci: update Gitea webhook configuration and modify Redis URLs for alpha environment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-31 15:19:33 +08:00
zhenyus
32ba41f1f4
feat: add secret key configuration for webhook authentication
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-31 00:53:33 +08:00
zhenyus
60817c1be4
feat: add gitea-webhook-ambassador service and migration script
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-30 23:37:19 +08:00
zhenyus
c66408be1c
fix: update groupName in ClusterIssuer for GoDaddy webhook
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 15:28:45 +08:00
zhenyus
0cecb340da
feat: add ClusterIssuer for freeleaps.com and update issuer reference in frontend values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 15:15:02 +08:00
zhenyus
39dfcd56cd
feat: add Kubernetes dashboard commands and token retrieval to authenticator script
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-20 10:38:01 +08:00
zhenyus
073a7e0559
fix: update load-watcher image tag to v0.0.3-modify for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 11:22:37 +08:00
zhenyus
2969cafc9d
feat: add serviceMonitor configuration for content, payment, notification, central-storage, and authentication services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:24:35 +08:00
zhenyus
4bb5d6ee38
feat: add Vertical Pod Autoscaler components and scripts for deployment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-14 12:44:49 +08:00
zhenyus
68a818de80
feat: add Descheduler Helm chart with templates and tests for deployment and cronjob
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-11 22:25:53 +08:00
zhenyus
98a13e4b04
fix: add tolerations and affinity rules for devops node role in Argo CD and Jenkins, and update resource requests and limits for RabbitMQ
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 21:36:53 +08:00
zhenyus
3f2c07c0e1
fix: update cAdvisor housekeeping interval and optimize resource requests and limits for Gitea components
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 21:04:37 +08:00
zhenyus
149d68874d
fix: optimize resource requests and limits for RabbitMQ and update cAdvisor configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 20:18:12 +08:00
zhenyus
ed01e51f8f
feat: add Redis cluster Helm chart with common dependencies and configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 17:50:30 +08:00
zhenyus
20f70d4f76
feat(ci): update Jenkinsfile for service branch and disable commit message linting
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-06 02:34:38 +08:00
zhenyus
68da30a59a
feat: add k8s overall panel to grafana
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-05 17:34:20 +08:00
zhenyus
ec3b743f7a
feat(storage): update resource requests and limits for MongoDB and add Azure Disk CSI storage classes
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-05 16:47:18 +08:00
zhenyus
34ac69a8fe
feat(secrets): add jenkins-observer secret for monitoring system
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-04 01:57:07 +08:00
zhenyus
ee02d8f511
feat(rabbitmq): update storage class and enable clustering with custom settings
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 06:17:24 +08:00
zhenyus
37b574ba50
fix(pipeline): change file permissions to executable for Ansible and script files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-10 15:39:49 +08:00
zhenyus
d110546ff9
fix(pipeline): change file permissions from executable to non-executable for script files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-10 15:39:41 +08:00
孙振宇
3af74b7931
feat(dashboard): add nginx ingress dashboard
...
Signed-off-by: 孙振宇 <>
2025-01-16 17:36:07 +08:00
孙振宇
b91d2192ba
feat(k8s): add Jenkins certificate and Azure Blob Storage configuration
...
Signed-off-by: 孙振宇 <>
2025-01-16 17:00:31 +08:00
孙振宇
1ea5fa49f4
feat(k8s): add Azure Blob Storage CSI driver configuration and resources
...
Signed-off-by: 孙振宇 <>
2025-01-14 06:06:45 +08:00
孙振宇
2e848585ad
fix(k8s): update Alertmanager notification title template for Microsoft Teams
...
Signed-off-by: 孙振宇 <>
2025-01-13 20:37:13 +08:00