if you want to use AWS To Upload your image you should add the following statement to application.json
"S3": {
"AccessKey": "your access key",
"SecretKey": "your secret key",
"BucketName": "your bucket name",
"url": "https://ecommerceasp.s3.amazonaws.com"
}
"host": "https://localhost:8070"
"EmailConfiguration": {
"From": "your email",
"SmtpServer": "smtp.gmail.com",
"Port": 587,
"Username": "your email",
"Password": "your password"
},
cd Kunernetes/Database .
kubectl apply -f Database-pvc.yml .
kubectl apply -f databaseDeployment.yml .
kubectl apply -f DatabaseService.yml .
kubectl apply -f database-service-access.yml .
cd ../Authentication
kubectl apply -f AuthenticationDeployment.yml .
kubectl apply -f AuthenticationService.yml .
http://localhost:8070