Skip to content
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

CSL-139: Add kube files for html-pdf-converter and hof-rds-api compon… #64

Merged
merged 8 commits into from
Feb 12, 2025

Conversation

adityababumallisettiHO
Copy link
Contributor

@adityababumallisettiHO adityababumallisettiHO commented Feb 10, 2025

What?

  • Data service Micro Service uses Service instead of Ingress. Hence Ingress is excluded
  • Secret names for S3 buckets have been updated. Now they use same secret name for all envs
  • replicas set to 2 for all the prod pods Since there is no HPA
  • Minor changes done like exclusion of s3 bucket secrets from app
  • skip email has been removed

Why?

  • html-pdf microservice is used to convert submitted form data to PDF, which is then sent to the iCasework system and attached to the user's confirmation email.
  • hof rds api is used to communicate with AWS RDS instances to store and retrieve data.
  • Any unused Pipeline steps are removed

How?

  • Add necessary Kube files and remove any unused ingresses and secrets

Testing?

Will be tested in Branch followed by UAT, Stage and Prod

Screenshots (optional)

Anything Else? (optional)

Check list

  • I have reviewed my own pull request
  • I have written tests (if relevant)

…ents

* html-pdf microservice is used to convert submitted form data to PDF, which is then sent to the iCasework system and attached to the user's confirmation email.
* hof rds api is used to communicate with AWS RDS instances to store and retrieve data.
* Any unused Pipeline steps are removed
bin/deploy.sh Outdated Show resolved Hide resolved
bin/deploy.sh Outdated Show resolved Hide resolved
kube/app/deployment.yml Outdated Show resolved Hide resolved
kube/app/deployment.yml Outdated Show resolved Hide resolved
kube/app/deployment.yml Outdated Show resolved Hide resolved
kube/app/deployment.yml Outdated Show resolved Hide resolved
kube/file-vault/file-vault-deployment.yml Outdated Show resolved Hide resolved
kube/file-vault/file-vault-deployment.yml Outdated Show resolved Hide resolved
kube/hof-rds-api/deployment.yml Show resolved Hide resolved
kube/hof-rds-api/ingress.yml Outdated Show resolved Hide resolved
* Ingress removed for data-service micorservice which mostly uses Service for communication
* SKIP email removed which is not required
* Exclude S3 bucket secret ref from app deployment.yaml
* S3 bucket secret names updated to use s3-bucket, same for all services
* html-pdf-converter, data-service and filevault are now set to 2 replicas in production
* We dont have HPA enabled hence team decided to have 2 replicas
@adityababumallisettiHO adityababumallisettiHO marked this pull request as ready for review February 11, 2025 16:47
* We need these to be included in deploy scripts to enable deployment with Drone
Copy link
Contributor

@jamiecarterHO jamiecarterHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making updates

@adityababumallisettiHO adityababumallisettiHO merged commit d37a905 into master Feb 12, 2025
2 checks passed
@adityababumallisettiHO adityababumallisettiHO deleted the CSL-139 branch February 12, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants