This PR creates a production environment based on the existing staging environment. The production environment is a mirror of the staging environment but with adjusted configuration parameters to suit a production setting.
Summary of Changes
Created oci/myapp/prod/k8s.tf file to mirror the staging environment's Kubernetes configuration. Adjusted the label_prefix parameter from "dev" to "prod".
Created oci/myapp/prod/instances.tf file to mirror the staging environment's instances configuration. Adjusted any necessary parameters for a production environment.
Created oci/myapp/prod/drg.tf file to mirror the staging environment's DRG configuration. Adjusted any necessary parameters for a production environment.
Created oci/myapp/prod/main.tf file to initialize the production environment with the necessary Terraform configuration.
Created oci/myapp/prod/variables.tf file to define any variables specific to the production environment.
These changes ensure that the production environment is ready for production use while maintaining the same infrastructure as the staging environment.
Fixes #4.
🎉 Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR creates a production environment based on the existing staging environment. The production environment is a mirror of the staging environment but with adjusted configuration parameters to suit a production setting.
Summary of Changes
oci/myapp/prod/k8s.tf
file to mirror the staging environment's Kubernetes configuration. Adjusted thelabel_prefix
parameter from "dev" to "prod".oci/myapp/prod/instances.tf
file to mirror the staging environment's instances configuration. Adjusted any necessary parameters for a production environment.oci/myapp/prod/drg.tf
file to mirror the staging environment's DRG configuration. Adjusted any necessary parameters for a production environment.oci/myapp/prod/main.tf
file to initialize the production environment with the necessary Terraform configuration.oci/myapp/prod/variables.tf
file to define any variables specific to the production environment.These changes ensure that the production environment is ready for production use while maintaining the same infrastructure as the staging environment.
Fixes #4.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: