zhenyus
354f6b2669
fix: add missing remove operator for body field in OpenTelemetry log processing
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:29:19 +08:00
zhenyus
b42a6ee07f
fix: remove unnecessary transform processor from OpenTelemetry log pipeline
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:26:40 +08:00
zhenyus
e60016366e
fix: correct indentation for OpenTelemetry config checksum annotation in deployment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:26:19 +08:00
zhenyus
d7c952fe2e
fix: add missing annotations for OpenTelemetry configuration in deployment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:25:09 +08:00
zhenyus
c85f4966c5
fix: remove transform section from OpenTelemetry configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:23:27 +08:00
zhenyus
9f9151ad12
fix: remove unnecessary format field from loki exporter configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:19:30 +08:00
zhenyus
a72ed9b1b9
feat: add additional fields for pod IP and node name in OpenTelemetry log transformation
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:18:50 +08:00
zhenyus
61e3f5caff
fix: add missing id field to json_parser operator and update transform statements in OpenTelemetry configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:17:23 +08:00
zhenyus
fb0c828156
fix: add missing id field for json_parser operator in OpenTelemetry configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:06:41 +08:00
zhenyus
a8a0251f4e
feat: add OpenTelemetry config checksum to deployment annotations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:01:35 +08:00
zhenyus
063a2c3eea
fix: remove unnecessary json_parser configuration from OpenTelemetry collector
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 07:00:42 +08:00
zhenyus
d597e30b1b
feat: update log ingestion configuration for OpenTelemetry collector
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:58:07 +08:00
zhenyus
97d906939e
fix: add security context for OpenTelemetry collector in configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:46:10 +08:00
zhenyus
8281c6eef7
feat: add volume mounts for log ingestion in OpenTelemetry and deployment configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:35:51 +08:00
zhenyus
a01184310d
fix: move serviceAccountName configuration under spec section in deployment.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:32:01 +08:00
zhenyus
494ae78d5f
fix: move serviceAccountName configuration under containers section in deployment.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:30:13 +08:00
zhenyus
0653829a07
fix: add serviceAccountName for OpenTelemetry collector in deployment configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:27:49 +08:00
zhenyus
535de7a8aa
fix: add quotes around serviceAccount name in OpenTelemetry configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:25:50 +08:00
zhenyus
849511b6ca
feat: add OpenTelemetry RBAC configuration with ServiceAccount and ClusterRole
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:17:32 +08:00
zhenyus
e4ad10886f
fix: update OpenTelemetry configuration to include TLS settings for Loki exporter and remove logging exporter
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:15:00 +08:00
zhenyus
623d504c5c
fix: correct indentation for logging configuration in OpenTelemetry YAML
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:13:41 +08:00
zhenyus
cf1506978f
fix: add loki.format attribute for log ingestion and remove unnecessary labels from exporter configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:12:42 +08:00
zhenyus
ed5c6a45af
fix: refactor OpenTelemetry configuration by removing unused operators and restructuring metadata extraction
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 06:06:43 +08:00
zhenyus
b8af384f68
fix: update OpenTelemetry sidecar injection annotation for dynamic configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 05:53:43 +08:00
zhenyus
b2dd79744b
fix: correct syntax for 'from' field in OpenTelemetry configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 05:50:50 +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
842f811767
fix: update resource kinds to Parser and Output for consistency and correct configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 01:07:46 +08:00
zhenyus
4576a4fe1a
fix: remove FluentBit resource definition and retain only ClusterParser for streamlined configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 01:06:22 +08:00
zhenyus
b80518cdb7
fix: change kind from Parser and Output to ClusterParser and ClusterOutput for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:57:07 +08:00
zhenyus
d699274fe7
fix: change kind from FluentBitConfig to ClusterFluentBitConfig for correct resource definition
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:54:38 +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
b735ea1e0c
fix: update namespace for Fluent Bit resources to freeleaps-logging-system
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:33:15 +08:00
zhenyus
a961051e0c
fix: rename ClusterInput and update matchLabels for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:30:49 +08:00
zhenyus
f36a87eaca
fix: add ClusterInput configuration for Fluent Bit log collection
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:29:00 +08:00
zhenyus
cf83b661d1
fix: add missing labels to Fluent Bit resources for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-16 00:28:40 +08:00
zhenyus
f8515ce1fa
Merge branches 'master' and 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-04-16 00:18:19 +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
freeleaps-gitops-bot
4da88a8726
ci(bump): bump frontend image version for alpha to snapshot-7ae12d3
2025-04-15 15:45:30 +00:00
freeleaps-gitops-bot
fc8933dcaf
ci(bump): bump frontend image version for alpha to snapshot-48580c1
2025-04-14 15:33:20 +00:00
freeleaps-gitops-bot
ff8187fc15
ci(bump): bump frontend image version for alpha to snapshot-3201dda
2025-04-14 09:22:20 +00:00
zhenyus
96985920af
fix(frontend): correct typo in build artifacts path for frontend
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-14 12:02:46 +08:00
zhenyus
c3cafc55ff
fix(frontend): increase memory limit for build command and update artifacts
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-14 10:31:56 +08:00
freeleaps-gitops-bot
5c0c1ef359
ci(bump): bump frontend image version for alpha to snapshot-757ece1
2025-04-14 02:11:22 +00:00
freeleaps-gitops-bot
8d13b8f45e
ci(bump): bump frontend image version for alpha to snapshot-a1f7f7c
2025-04-13 16:02:35 +00:00
freeleaps-gitops-bot
8b6d45b234
ci(bump): bump freeleaps image version for alpha to snapshot-240a38c
2025-04-12 01:44:46 +00:00
freeleaps-gitops-bot
e9fae626f5
ci(bump): bump chat image version for alpha to snapshot-240a38c
2025-04-12 01:36:27 +00:00
freeleaps-gitops-bot
0e673d125e
ci(bump): bump freeleaps image version for alpha to snapshot-b0bb4b5
2025-04-11 04:10:34 +00:00
freeleaps-gitops-bot
0e29230498
ci(bump): bump freeleaps image version for alpha to snapshot-f91728d
2025-04-11 01:07:06 +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
68db147b18
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-04-09 16:15:26 +08:00
zhenyus
0c6aa8d17f
Add Dockerfile and repmgr script for PostgreSQL replication management
...
- Created a new Dockerfile for PostgreSQL using the Bitnami repmgr image.
- Added a comprehensive `librepmgr.sh` script to manage PostgreSQL replication, including functions for node identification, password management, configuration validation, and primary/standby node operations.
- Implemented environment variable validations and PostgreSQL configuration injections for replication settings.
- Included functions for creating the repmgr user and database, as well as handling node registration and failover processes.
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-04-09 16:15:23 +08:00
freeleaps-gitops-bot
3faf0f0339
ci(bump): bump freeleaps image version for alpha to snapshot-6efa558
2025-04-05 02:57:40 +00:00
zhenyus
406f2d11d0
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-03-31 15:19:36 +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
freeleaps-gitops-bot
690ab01abd
ci(bump): bump frontend image version for alpha to snapshot-94dde37
2025-03-31 07:14:20 +00:00
freeleaps-gitops-bot
dbd2c30e3b
ci(bump): bump freeleaps image version for alpha to snapshot-94dde37
2025-03-31 07:07:56 +00:00
freeleaps-gitops-bot
ca823030db
ci(bump): bump chat image version for alpha to snapshot-94dde37
2025-03-31 06:59:47 +00:00
freeleaps-gitops-bot
4aa41acd43
ci(bump): bump frontend image version for alpha to snapshot-2bd9431
2025-03-31 06:06:31 +00:00
zhenyus
25a977e0ee
ci: increase memory requests and limits for PostgreSQL HA in Gitea values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-31 13:53:21 +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
a024f1c6ee
ci(bump): bump frontend image version for alpha to snapshot-0d98a7f
2025-03-31 05:33:59 +00:00
freeleaps-gitops-bot
2eaef448a4
ci(bump): bump freeleaps image version for alpha to snapshot-0d98a7f
2025-03-31 05:28:10 +00:00
freeleaps-gitops-bot
0bddd5a40d
ci(bump): bump chat image version for alpha to snapshot-0d98a7f
2025-03-31 05:20:08 +00:00
freeleaps-gitops-bot
8daffc4666
ci(bump): bump freeleaps image version for alpha to snapshot-8c91c5c
2025-03-31 01:52:09 +00:00
freeleaps-gitops-bot
c453f82a97
ci(bump): bump chat image version for alpha to snapshot-8c91c5c
2025-03-31 01:44:04 +00:00
freeleaps-gitops-bot
7da207fbc7
ci(bump): bump freeleaps image version for alpha to snapshot-f0c9514
2025-03-31 01:06:11 +00:00
freeleaps-gitops-bot
a4a0099446
ci(bump): bump chat image version for alpha to snapshot-f0c9514
2025-03-31 00:57:56 +00:00
freeleaps-gitops-bot
426f2e6d67
ci(bump): bump freeleaps image version for alpha to snapshot-ad2bed9
2025-03-31 00:29:59 +00:00
freeleaps-gitops-bot
eeb2e84a5f
ci(bump): bump chat image version for alpha to snapshot-ad2bed9
2025-03-31 00:21:47 +00:00
zhenyus
2fdc3a53ce
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-03-31 07:33:29 +08:00
zhenyus
a01446ef59
fix: update Jenkinsfile to change execution mode to on-demand and correct credentials ID
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-31 07:33:26 +08:00
freeleaps-gitops-bot
a2a0289f49
ci(bump): bump payment image version for alpha to snapshot-7940aa2
2025-03-30 23:29:03 +00:00
freeleaps-gitops-bot
a7c7388e53
ci(bump): bump notification image version for alpha to snapshot-7940aa2
2025-03-30 23:23:28 +00: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
5a732780ff
ci(bump): bump centralStorage image version for alpha to snapshot-7940aa2
2025-03-30 23:10:26 +00:00
freeleaps-gitops-bot
2e90445b15
ci(bump): bump authentication image version for alpha to snapshot-7940aa2
2025-03-30 23:05:19 +00: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
e5000dfb3e
feat: add resource presets for PostgreSQL and configure pgpool settings in Gitea values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-29 11:35:32 +08:00
zhenyus
f4ed174a4a
feat: rename environment variable for disabling user registration in Gitea configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-29 00:42:49 +08:00
zhenyus
71d42b5437
feat: update environment variable name for disabling user registration in Gitea configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-29 00:37:38 +08:00
zhenyus
8a5255a314
feat: update environment variable for disabling user registration in Gitea configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-29 00:32:02 +08:00
zhenyus
c19b7de382
feat: enable user registration control via environment variable in Gitea configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-29 00:25:15 +08:00
zhenyus
3c5682916e
feat: disable user registration in Gitea service configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-29 00:20:46 +08:00
zhenyus
36db36a20d
feat: add notification endpoint configurations for chat and freeleaps services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-28 08:05:36 +08:00
zhenyus
0d975d7317
fix: update redisUrl in production values file for security
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 23:26:38 +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
b3ad25d6e5
fix: update config file paths in config-checksum annotations for deployment templates
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 14:51:41 +08:00
zhenyus
df2ab1c3a4
fix: correct config file path in config-checksum annotations for deployment templates
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 14:50:08 +08:00
zhenyus
580f3f8d71
feat: add config checksum annotations to deployment templates and update site URL in values files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 14:48:25 +08:00
zhenyus
5b8429d883
chore: update Gitea configuration and migration script for production
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-27 14:36:24 +08:00
zhenyus
78da81658c
ci(bump): update rabbitmqPassword in freeleaps values for alpha
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-24 12:51:39 +08:00
zhenyus
729a23bfe6
ci(bump): update rabbitmqPassword in chat and notification values for alpha
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-22 02:23:42 +08:00
freeleaps-gitops-bot
9c28b0b113
ci(bump): bump frontend image version for alpha to snapshot-dba2fa0
2025-03-21 18:13:36 +00:00
freeleaps-gitops-bot
c3871bca53
ci(bump): bump freeleaps image version for alpha to snapshot-dba2fa0
2025-03-21 18:07:38 +00:00
freeleaps-gitops-bot
89c275b586
ci(bump): bump chat image version for alpha to snapshot-dba2fa0
2025-03-21 17:59:55 +00:00
freeleaps-gitops-bot
35649c45cd
ci(bump): bump devsvc image version for alpha to snapshot-9046780
2025-03-21 17:48:24 +00:00
freeleaps-gitops-bot
abae31e987
ci(bump): bump payment image version for alpha to snapshot-4dfbab4
2025-03-21 17:39:48 +00:00
freeleaps-gitops-bot
963f2acfa0
ci(bump): bump notification image version for alpha to snapshot-4dfbab4
2025-03-21 17:34:07 +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
freeleaps-gitops-bot
900fd72d64
ci(bump): bump centralStorage image version for alpha to snapshot-4dfbab4
2025-03-21 17:21:12 +00:00
freeleaps-gitops-bot
1d41f1ba50
ci(bump): bump authentication image version for alpha to snapshot-4dfbab4
2025-03-21 17:16:22 +00:00
zhenyus
31fca018d6
feat: change Jenkinsfile execute mode from 'on-demand' to 'fully' for all services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-22 01:08:51 +08: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
zhenyus
51c9b2f07b
chore: update inventory to comment out deprecated worker nodes and adjust Gitea resource limits
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-19 15:52:35 +08:00
zhenyus
a90ee717b2
fix: update Prometheus query intervals from 30s to 1m for improved accuracy
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 05:59:05 +08:00
zhenyus
13a11a8e54
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 04:15:14 +08:00
zhenyus
c6016071c2
feat: add ServiceMonitor and metrics configuration for chat and freeleaps services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 04:14:17 +08:00
freeleaps-gitops-bot
94261d77dd
ci(bump): bump frontend image version for prod to 1.1.0
2025-03-17 20:06:17 +00:00
freeleaps-gitops-bot
b0d64f2895
ci(bump): bump freeleaps image version for prod to 1.1.0
2025-03-17 20:00:02 +00:00
freeleaps-gitops-bot
968a2e74b9
ci(bump): bump chat image version for prod to 1.1.0
2025-03-17 19:52:39 +00:00
zhenyus
784db23bb5
feat: enable dashboard in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 03:19:03 +08:00
zhenyus
1a5e9fef5b
feat: add ServiceMonitor configuration and enable metrics and probes in devsvc
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 03:17:14 +08:00
freeleaps-gitops-bot
d4bb643c38
ci(bump): bump devsvc image version for prod to 1.1.0
2025-03-17 19:11:59 +00:00
zhenyus
336f1fa0e2
fix: remove hardcoded uid values in dashboard templates for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:26:16 +08:00
zhenyus
a1ab488cbf
fix: update dashboard file names to use dynamic values for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:25:04 +08:00
zhenyus
a6803210e0
feat: add dashboard configuration for content, payment, notification, and central storage services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:22:06 +08:00
zhenyus
4f8dc21334
fix: correct dashboard metricsPrefix references in expressions for authentication dashboard
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:15:37 +08:00
zhenyus
fc40481706
fix: update legendFormat syntax for variable interpolation in authentication dashboard
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:14:42 +08:00
zhenyus
7b4dd7ded7
fix: correct legendFormat syntax for variable interpolation in authentication dashboard
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:13:34 +08:00
zhenyus
d3e50d6e99
fix: update legendFormat in authentication dashboard for proper variable interpolation
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:12:55 +08:00
zhenyus
de86687a61
feat: add dashboard configuration for authentication service in values files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-18 00:10:36 +08:00
zhenyus
56094aa1bd
fix: remove version and managed-by labels from service monitor templates for consistency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:53:49 +08:00
zhenyus
e8a07a08e6
feat: add metricsEnabled and probesEnabled configuration options to payment, content, centralStorage, authentication, and notification services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:51:35 +08:00
zhenyus
96ab638756
fix: remove serviceMonitor.enabled variable from service templates in authentication, centralStorage, content, notification, and payment services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:47:29 +08:00
zhenyus
e7bb64108c
fix: rename service monitor resources to use a consistent naming convention
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:45:47 +08:00
zhenyus
bb2bebc164
fix: update service monitor templates to use service-specific values for namespace, labels, interval, and scrapeTimeout
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:45:16 +08:00
zhenyus
c9cfa0827e
fix: update service monitor templates to check individual serviceMonitor.enabled values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:42:46 +08:00
zhenyus
4a726cce49
fix: add serviceMonitor configuration to authentication, centralStorage, content, notification, and payment services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:40:13 +08:00
zhenyus
32198e2f9a
fix: remove port definitions from service monitor configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:36:46 +08:00
zhenyus
7d55cdbcf9
fix: update service monitor configurations to use targetPort instead of port
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:28:27 +08:00
zhenyus
5c9f74c609
fix: add name label to service monitor configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:26:34 +08:00
zhenyus
c2967c3854
fix: update service monitor configuration to use port instead of targetPort
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:25:43 +08:00
zhenyus
07d4cb7236
fix: update service monitor configurations to use targetPort and remove unnecessary labels
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:24:26 +08:00
zhenyus
aafbee56f0
fix: uncomment managed-by, version, and name labels in service monitor configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:18:26 +08:00
zhenyus
1740c2a619
fix: change service monitor port to targetPort in configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 23:13:00 +08:00
zhenyus
697b8067c4
fix: correct typo in scrape configuration from 'internal' to 'interval'
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:56:10 +08:00
zhenyus
6d363c5975
fix: comment out managed-by, version, and name labels in service monitor configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:54:15 +08:00
zhenyus
413d2ef995
fix: quote service monitor port in authentication service monitor configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:47:08 +08:00
zhenyus
ae64135a7b
feat: configure service monitor port for authentication service
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:46:23 +08:00
zhenyus
368c726b0b
feat: add METRICS_ENABLED and PROBES_ENABLED environment variables to deployment configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:37:27 +08:00
zhenyus
98bb323798
fix: update service monitor port for authentication metrics endpoint
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:30:07 +08:00
zhenyus
35406f2f12
feat: add version and name labels to authentication service monitor
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 22:25:23 +08:00
freeleaps-gitops-bot
d2ea8ab299
ci(bump): bump payment image version for prod to 1.1.1
2025-03-17 14:07:15 +00:00
freeleaps-gitops-bot
070e9df387
ci(bump): bump notification image version for prod to 1.1.1
2025-03-17 14:01:46 +00:00
zhenyus
aedddf0f96
fix: update periodSeconds for readiness and liveness probes in authentication, centralStorage, content, notification, and payment services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:53:50 +08:00
zhenyus
ddc2ad0f4e
fix: streamline PROBES_ENABLED declaration in payment configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:50:26 +08:00
zhenyus
952cf5039d
fix: remove redundant PROBES_ENABLED declaration in payment configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:48:59 +08:00
zhenyus
bb30b8ae7c
fix: remove terminationGracePeriodSeconds from readiness probe configurations in authentication, centralStorage, content, notification, and payment services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:40:03 +08:00
zhenyus
884d1d1784
feat: add httpGet type for readiness and liveness probes in authentication, centralStorage, content, notification, and payment services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:38:09 +08:00
zhenyus
83f8b7f030
feat: enable serviceMonitor configuration for authentication, central-storage, content, notification, and payment services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:35:31 +08:00
zhenyus
2f8f0a1a1f
fix: update probes enabled logic in service configuration templates
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 21:32:13 +08:00
zhenyus
d3d44ba9df
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-03-17 21:24:38 +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
freeleaps-gitops-bot
0a795120dd
ci(bump): bump payment image version for prod to 1.1.0
2025-03-17 13:06:00 +00:00
freeleaps-gitops-bot
70a955aea6
ci(bump): bump notification image version for prod to 1.1.0
2025-03-17 13:00:00 +00:00
freeleaps-gitops-bot
17b90aa040
ci(bump): bump content image version for prod to 1.1.0
2025-03-17 12:54:34 +00:00
freeleaps-gitops-bot
03df0c928b
ci(bump): bump payment image version for alpha to snapshot-a45698c
2025-03-17 10:38:17 +00:00
freeleaps-gitops-bot
041be1ec54
ci(bump): bump notification image version for alpha to snapshot-a45698c
2025-03-17 10:32:20 +00:00
freeleaps-gitops-bot
32785e6e7a
ci(bump): bump content image version for alpha to snapshot-a45698c
2025-03-17 10:26:42 +00:00
freeleaps-gitops-bot
76070a779d
ci(bump): bump centralStorage image version for prod to 1.1.0
2025-03-17 10:10:38 +00:00
freeleaps-gitops-bot
70e7ab4787
ci(bump): bump authentication image version for prod to 1.1.0
2025-03-17 10:05:44 +00:00
zhenyus
23dd976d3d
feat: add SITE_URL_ROOT configuration for payment service
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 05:34:51 +08:00
zhenyus
0f97bc7ca9
fix: update codeDepotHttpPort to use the correct port in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-17 03:02:04 +08:00
zhenyus
5160a2019c
fix: increase memory limits for content and freeleaps services in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-15 15:19:16 +08:00
zhenyus
a8c522b880
fix: update codeDepotDomainName to remove protocol from production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-14 16:21:43 +08:00
zhenyus
c37b289bbd
fix: remove authentication endpoint from chat service production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-12 02:23:40 +08:00
zhenyus
35e20610f4
fix: update API endpoints in production configuration for chat service
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-12 02:21:23 +08:00
zhenyus
3abaa80bfa
fix: increase memory limit for devsvc in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-12 02:17:31 +08:00
zhenyus
b5318e24d1
fix: increase memory limit for central storage service in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-12 02:07:07 +08:00
zhenyus
9b86aae0f6
fix: increase CPU resource requests and limits across multiple services in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-11 13:12:14 +08:00
zhenyus
9d43be5fd1
fix: increase CPU resource requests and limits for authentication configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-11 12:25:54 +08:00
zhenyus
6aa480be88
fix: update Redis URLs to include authentication in chat configuration files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 23:04:11 +08:00
zhenyus
1c17cd3ad9
fix: update Redis passwords in configuration files for production and alpha environments
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 22:56:53 +08:00
zhenyus
2981ccf344
fix: update Redis URLs to include database index in configuration files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 22:45:26 +08:00
zhenyus
259a6faba2
fix: update CPU and memory limits for freeleaps configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 22:27:50 +08:00
zhenyus
375d73ef8e
fix: increase CPU resource requests and limits for chat and freeleaps configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 22:21:41 +08:00
zhenyus
628d570a8f
feat: add Redis configuration options to chat and freeleaps templates
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 22:15:44 +08:00
zhenyus
6a264a1c28
feat: add Redis chart with common dependencies and templates
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 22:01:08 +08:00
zhenyus
bb6b8e6897
fix: update Gitea storage class and reduce persistent volume sizes
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 21:55:07 +08:00
zhenyus
1a91cfcf67
fix: disable Prometheus rule for Redis cluster metrics
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 21:52:14 +08:00
zhenyus
f1933d6407
fix: update storage class for Gitea to use azure-blob-disk-std-lrs
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 21:51:42 +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
98188defd6
fix: change RabbitMQ pod management policy from OrderedReady to Parallel for improved deployment efficiency
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 20:45:47 +08: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
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
119c2ce149
fix: remove obsolete Redis down alert rules for clarity
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 18:26:49 +08:00
zhenyus
16873f93d1
fix: update Redis resource requests and limits for better performance
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 18:26:03 +08:00
zhenyus
220b1fc1d8
fix: improve Redis down alert annotations for better context and detail
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 15:15:46 +08:00
zhenyus
2dee66ad96
fix: update Redis down alert annotations for consistency and clarity
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 15:13:34 +08:00
zhenyus
d88673daa2
fix: update Redis alert rules for improved clarity and severity levels
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 15:12:39 +08:00
zhenyus
5806157ade
fix: correct formatting of Redis alert rules in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 15:09:34 +08:00
zhenyus
2a69662ba2
feat: enhance Redis metrics with additional alerts and labels in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-08 15:07:54 +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
49afbe1d7c
feat: add annotations section to frontend ingress configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 16:14:56 +08:00
zhenyus
546d14141c
fix: adjust nginx ingress server snippets formatting in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 16:13:56 +08:00
zhenyus
d2caeeec51
feat: add annotations for NGINX ingress configuration in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 16:13:12 +08:00
zhenyus
03bb8c3cb3
fix: update jwtSecretKey values in production configuration for authentication and chat services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 15:59:07 +08:00
zhenyus
4437a360a8
feat: update environment variables in production configuration for chat and freeleaps services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 15:43:16 +08:00
zhenyus
4fe1024925
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-03-07 07:44:19 +08:00
zhenyus
4a13923d47
feat: update Gitea configuration for production environment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 07:44:16 +08:00
freeleaps-gitops-bot
fe12aff0ea
ci(bump): bump frontend image version for prod to 1.0.0
2025-03-06 23:39:30 +00:00
zhenyus
8155dc683a
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
2025-03-07 07:30:41 +08:00
zhenyus
f99753cdd7
feat: change Jenkins pipeline execution mode to on-demand
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 07:30:39 +08:00
freeleaps-gitops-bot
8997627e12
ci(bump): bump freeleaps image version for prod to 1.0.0
2025-03-06 23:11:05 +00:00
freeleaps-gitops-bot
4ef8be444b
ci(bump): bump chat image version for prod to 1.0.0
2025-03-06 23:02:34 +00:00
zhenyus
35da3dbccd
feat: add production configuration for chat, backend, and frontend services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 06:00:56 +08:00
zhenyus
9c9c8e384f
feat(devsvc): update MongoDB URI to remove port in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 05:50:07 +08:00
freeleaps-gitops-bot
a723794350
ci(bump): bump devsvc image version for prod to 1.0.0
2025-03-06 21:47:29 +00:00
zhenyus
9a72ed45fb
Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 05:38:21 +08:00
zhenyus
de4669239d
feat(devsvc): update MongoDB URI to include port in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 05:38:04 +08:00
freeleaps-gitops-bot
ede61deacd
ci(bump): bump devsvc image version for prod to snapshot-ad94c7e
2025-03-06 20:32:09 +00:00
zhenyus
e969c1c3d9
feat(devsvc): change imagePullPolicy to Always in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 04:28:18 +08:00
freeleaps-gitops-bot
89990f58fd
ci(bump): bump devsvc image version for prod to snapshot-08b414e
2025-03-06 20:08:50 +00:00
zhenyus
c6d6a3ad13
feat(devsvc): update production values for image tag, MongoDB URI, Gitea token, and domain name
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 03:59:32 +08:00
zhenyus
da7fc48be1
feat(gitea): disable pod disruption budgets for PostgreSQL and pgpool in production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 03:49:22 +08:00
zhenyus
25fcce5d81
feat(gitea): add cluster domain configuration to production values
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 03:43:58 +08:00
zhenyus
19d1ab43cd
feat(gitea): update admin username in production configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 03:26:54 +08:00
zhenyus
d3e63f2fc0
feat(helm): update Gitea configuration and add certificates for alpha and production environments
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 03:25:26 +08:00
zhenyus
484eb526bd
feat(ci): update Jenkinsfile to support on-demand execution mode and add new service configuration
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 03:14:13 +08:00
freeleaps-gitops-bot
606b1e35dd
ci(bump): bump payment image version for prod to 1.0.0
2025-03-06 18:30:51 +00:00
freeleaps-gitops-bot
fd8e6c0171
ci(bump): bump notification image version for prod to 1.0.0
2025-03-06 18:23:43 +00:00
freeleaps-gitops-bot
0fa3d590f7
ci(bump): bump content image version for prod to 1.0.0
2025-03-06 18:16:41 +00:00
freeleaps-gitops-bot
2cfa0f2c35
ci(bump): bump centralStorage image version for prod to 1.0.0
2025-03-06 17:46:02 +00:00
zhenyus
2c00823bd7
feat(helm): add central-storage Helm chart and related configurations
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 01:30:23 +08:00
zhenyus
85e01c6459
fix(ci): update centralStorage name to central-storage in Jenkinsfiles
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-06 16:15:44 +08:00
freeleaps-gitops-bot
fb1058bb7e
ci(bump): bump authentication image version for prod to 1.0.0
2025-03-06 07:41:03 +00:00
zhenyus
ee849c2f57
feat(ci): change Jenkinsfile execute mode from 'on-demand' to 'fully'
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-06 15:32:30 +08:00
zhenyus
2493592bb7
feat(helm): add production values for authentication, central storage, notification, payment, and content services
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-06 15:11:35 +08:00
zhenyus
032def7e36
feat(ci): change service Git branch from develop to master in Jenkinsfile
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-06 02:34:57 +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
a63c632274
feat(helm): update RabbitMQ security context and resource limits for improved performance
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-05 17:54:23 +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
c681b94225
feat(helm): update MongoDB storage class and resource requests for optimization
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-05 16:53:48 +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
1727906647
fix(helm): update GITEA_URL to reference giteaUrl in devsvc-config.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:30:19 +08:00
zhenyus
9ee4989873
fix(helm): update GITEA_URL to point to the new service endpoint in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:29:31 +08:00
zhenyus
7d0728ab39
fix(helm): rename GITEA_URI to GITEA_URL in configuration files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:28:23 +08:00
zhenyus
57cf73c61f
fix(helm): correct notification API endpoint URL in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:23:57 +08:00
zhenyus
91ffefbaeb
fix(helm): update service endpoint URLs to include trailing slashes in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:22:53 +08:00
zhenyus
645141994e
fix(helm): update authentication endpoint URL in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:20:50 +08:00
zhenyus
96b74a8c50
fix(helm): add authentication endpoint to configuration in values files
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:19:05 +08:00
zhenyus
da94f763d9
fix(helm): update endpoint URLs to include API paths in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:11:58 +08:00
zhenyus
38e4ca84d8
fix(helm): add trailing slashes to endpoint URLs in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 16:03:51 +08:00
zhenyus
94315696c3
fix(helm): change freeleapsBackendEndpoint URL to use HTTP in values.alpha.yaml
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 15:42:55 +08:00
zhenyus
44c24055ea
fix(helm): update chat and backend endpoint URLs in values.alpha.yaml for alpha environment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 15:37:23 +08:00
zhenyus
88e8bd58e0
fix(helm): update endpoint URLs in values.alpha.yaml for alpha environment
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-26 15:35:19 +08:00
zhenyus
0caa83bd0a
feat(helm): add ingress configuration and TLS certificate for RabbitMQ
...
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-25 15:40:51 +08:00