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

Switch deployment #68

Merged
merged 3 commits into from
Aug 30, 2023
Merged

Switch deployment #68

merged 3 commits into from
Aug 30, 2023

Conversation

saladgg
Copy link
Contributor

@saladgg saladgg commented Aug 30, 2023

  • Added deployment chart to manage deployment to kubernetes cluster
  • Main Deployments in the Chart:
    • django service
    • pgbouncer service
  • Update cloudbuild to deploy switch deployment from cloudrun to k8ts

- replacement of  task in cloudbuild file with
- addition of  file with the relevant kubernetes configurations

switch idr-server deployment strategy
@saladgg saladgg force-pushed the switch_deployment branch 3 times, most recently from 12af990 to 2ad452c Compare August 30, 2023 09:02
Increase django service replicas from 1 to 2
Increase PgBouncer service replicas from 1 to 2
@kennedykori kennedykori merged commit eb3bb59 into develop Aug 30, 2023
1 check passed
@kennedykori kennedykori deleted the switch_deployment branch August 30, 2023 09:26
kennedykori pushed a commit that referenced this pull request Sep 1, 2023
…etes (#68)

* feat: switch deployment strategy from cloud run to Kubernetes

- replacement of  task in cloudbuild file with
- addition of  file with the relevant kubernetes configurations

switch idr-server deployment strategy

* refactor: modularize k8ts services for flexibility of changes

* chore: increase pod replicas
Increase django service replicas from 1 to 2
Increase PgBouncer service replicas from 1 to 2
github-actions bot pushed a commit that referenced this pull request Feb 8, 2024
## [1.6.3](v1.6.2...v1.6.3) (2024-02-08)

### Dependency Updates

* **deps:** bump axios and browser-sync ([#78](#78)) ([fe6fa6e](fe6fa6e))
* **deps:** bump crypto-js from 4.1.1 to 4.2.0 ([#71](#71)) ([2cc8003](2cc8003))

### Refactors

* **build:** add switch deployment strategy from cloud run to Kubernetes ([#68](#68)) ([bd83544](bd83544))
* **deps-dev:** bump follow-redirects from 1.15.2 to 1.15.4 ([#72](#72)) ([ae8c613](ae8c613))
* remove pubsub ([#69](#69)) ([b1aa91d](b1aa91d))
* update variables consumed in the app ([#77](#77)) ([a253e3f](a253e3f))
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.

None yet

2 participants