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

feat: Tune postgresql - helm chart #822

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

milosbackonja
Copy link
Contributor

@milosbackonja milosbackonja commented Dec 20, 2023

Overview

Fixes ATL-xxxx

Checklist

My PR contains...

  • No code changes (changes to documentation, CI, metadata, etc.)
  • Bug fixes (non-breaking change which fixes an issue)
  • Improvements (misc. changes to existing features)
  • Features (non-breaking change which adds functionality)

My changes...

  • are breaking changes
  • are not breaking changes
  • If yes to above: I have updated the documentation accordingly

Documentation

  • My changes do not require a change to the project documentation
  • My changes require a change to the project documentation
  • If yes to above: I have updated the documentation accordingly

Tests

  • My changes can not or do not need to be tested
  • My changes can and should be tested by unit and/or integration tests
  • If yes to above: I have added tests to cover my changes
  • If yes to above: I have taken care to cover edge cases in my tests

Signed-off-by: Milos Backonja <[email protected]>
@milosbackonja milosbackonja requested a review from a user December 20, 2023 12:08
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

Integration Test Results

11 files  ±0  11 suites  ±0   2s ⏱️ ±0s
24 tests ±0  24 ✔️ ±0  0 💤 ±0  0 ±0 
25 runs  ±0  25 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 00e9736. ± Comparison against base commit 22a78ec.

Copy link
Contributor

Unit Test Results

  85 files  ±0    85 suites  ±0   20m 35s ⏱️ -21s
713 tests ±0  705 ✔️ ±0  8 💤 ±0  0 ±0 
719 runs  ±0  711 ✔️ ±0  8 💤 ±0  0 ±0 

Results for commit 00e9736. ± Comparison against base commit 22a78ec.

@milosbackonja milosbackonja merged commit 5fcd9fb into main Dec 20, 2023
13 checks passed
@milosbackonja milosbackonja deleted the feat/postgresql-tune branch December 20, 2023 14:19
atala-dev added a commit that referenced this pull request Dec 20, 2023
# [1.23.0](prism-agent-v1.22.0...prism-agent-v1.23.0) (2023-12-20)

### Bug Fixes

* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

### Features

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 6, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 6, 2024
# [1.23.0](prism-agent-v1.22.0...prism-agent-v1.23.0) (2023-12-20)

### Bug Fixes

* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

### Features

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 6, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 6, 2024
# [1.23.0](prism-agent-v1.22.0...prism-agent-v1.23.0) (2023-12-20)

### Bug Fixes

* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

### Features

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
# [1.23.0](prism-agent-v1.22.0...prism-agent-v1.23.0) (2023-12-20)

### Bug Fixes

* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

### Features

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
# [1.23.0](prism-agent-v1.22.0...prism-agent-v1.23.0) (2023-12-20)

### Bug Fixes

* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

### Features

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
# [1.23.0](prism-agent-v1.22.0...prism-agent-v1.23.0) (2023-12-20)

### Bug Fixes

* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

### Features

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
* Change resource defaults for postgres ([#827](#827)) ([87809c4](87809c4))
* correct OAS example ([#816](#816)) ([b1384b3](b1384b3))
* Swithing to startupProbe from Readiness ([#821](#821)) ([22a78ec](22a78ec))

* complete the integration with anoncred and fixes ([#820](#820)) ([15ff710](15ff710))
* Liveness, and readiness probes ([#817](#817)) ([6e18666](6e18666))
* Tune postgresql - helm chart ([#822](#822)) ([5fcd9fb](5fcd9fb))

Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
shotexa pushed a commit that referenced this pull request Mar 18, 2024
Signed-off-by: Milos Backonja <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants