Skip to content

Instantly share code, notes, and snippets.

@mchernyavskaya
Created November 12, 2021 12:27
Show Gist options
  • Save mchernyavskaya/cf42828db5beddc4964daa299d0b1e49 to your computer and use it in GitHub Desktop.
Save mchernyavskaya/cf42828db5beddc4964daa299d0b1e49 to your computer and use it in GitHub Desktop.
{
"ServiceArn": "arn:aws:apprunner:us-east-1:973520824978:service/KotLink/c22330b171d24c3e9956a14fdd8cf218",
"SourceConfiguration": {
"ImageRepository": {
"ImageIdentifier": "public.ecr.aws/e4b0r7m1/kotlink:latest",
"ImageConfiguration": {
"RuntimeEnvironmentVariables": {
"SPRING_DATASOURCE_PASSWORD": "censored",
"SPRING_DATASOURCE_URL": "jdbc:postgresql://censored",
"SPRING_DATASOURCE_USERNAME": "postgres",
"SPRING_PROFILES_ACTIVE": "prod",
"SPRING_REDIS_ENABLED": "false",
"SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GOOGLE_CLIENT_ID": "censored",
"SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GOOGLE_CLIENT_SECRET": "censored"
},
"Port": "8080"
},
"ImageRepositoryType": "ECR_PUBLIC"
},
"AutoDeploymentsEnabled": false
},
"InstanceConfiguration": {
"Cpu": "1024",
"Memory": "2048"
},
"HealthCheckConfiguration": {
"Protocol": "HTTP",
"Path": "/actuator/health",
"Interval": 10,
"Timeout": 5,
"HealthyThreshold": 1,
"UnhealthyThreshold": 5
},
"AutoScalingConfigurationArn": "arn:aws:apprunner:us-east-1:973520824978:autoscalingconfiguration/DefaultConfiguration/1/00000000000000000000000000000001"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment