-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy PetClinic microservices using azd #49
Deploy PetClinic microservices using azd #49
Conversation
…inic # Conflicts: # cli/azd/internal/appdetect/java.go
…inic # Conflicts: # cli/azd/pkg/project/scaffold_gen.go # cli/azd/resources/scaffold/templates/resources.bicept
…inic # Conflicts: # cli/azd/internal/appdetect/spring_boot_test.go # cli/azd/pkg/project/framework_service_docker.go
@@ -45,6 +45,8 @@ type ServiceConfig struct { | |||
DotNetContainerApp *DotNetContainerAppOptions `yaml:"-,omitempty"` | |||
// Custom configuration for the service target | |||
Config map[string]any `yaml:"config,omitempty"` | |||
// Environment variables for service | |||
Env map[string]string `yaml:"env,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add environment variables here? IMU, it should be keep align with other services like PostgreSQL, currently, the PostgreSQL related environment variables are not displayed in azure.yaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to sync with @saragluna together: where to place these Envs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Deploy PetClinic microservices using azd
Current problems:
spring-petclinic-customer-service
->customer-service
)