Commit Graph

5 Commits

Author SHA1 Message Date
6137c63185 style: fix spacing in OPENAI_API_MODEL value
- Remove leading space in the OPENAI_API_MODEL value
- Ensure consistency in YAML formatting

This change corrects the spacing in the OPENAI_API_MODEL
configuration to maintain consistency in the YAML file, which helps
prevent potential issues during processing.
2025-04-19 12:36:06 +08:00
00e8d68592 chore: update OPENAI_API_MODEL in load.yaml
- Change model value from 'o1-mini-2024-09-12' to 'o3-mini'.

This update modifies the model used in the application configuration, which may lead to different behavior or performance improvements depending on the capabilities of the new model.
2025-04-19 12:32:50 +08:00
1bb7382b29 chore: update OPENAI_API_MODEL value in load.yaml
- Change value of OPENAI_API_MODEL from "o1-mini" to "o1-mini-2024-09-12"

This change updates the model version used in the configuration,
ensuring compatibility with the latest API requirements. The
previous model version will no longer receive updates or support, so
updating this configuration is necessary for continued functionality.
2025-04-19 12:27:58 +08:00
33832c5761 feat: add deployment, service, and ingress for app3
- Create deployment configuration for app3 with 5 replicas.
- Add service to expose app3 on port 3002.
- Define ingress resource for handling external traffic to app3.
- Set up TLS and host configuration for secure traffic.

This commit introduces the necessary Kubernetes manifests for the new
app3 which allows for deployment, service exposure, and ingress
routing, thereby enabling it to be accessed securely over the
specified domain. The deployment includes node affinity rules to
restrict execution environments and enhances the overall service
availability.
2025-04-19 12:25:57 +08:00
2bb098c6e3 first commit 2025-04-12 13:11:34 +08:00