Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
env:
GITHUB_USER_NAME: ${{ github.actor }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package Helm chart
run: |
tar -czf operator/build/helm/kubernetes/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz -C operator/build/helm/kubernetes postgresql-operator
shell: bash
- uses: aboutbits/github-actions-docker/build-push@v1
with:
username: ${{ github.actor }}
Expand Down
8 changes: 4 additions & 4 deletions operator/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ quarkus:
name: AboutBits
email: info@aboutbits.it
url: https://aboutbits.it/
create-tar-file: false
create-tar-file: true
extension: tgz
values:
replicas:
Expand Down Expand Up @@ -168,21 +168,21 @@ quarkus:
period: PT10S
timeout: PT3S
success-threshold: 1
failure-threshold: 10
failure-threshold: 20
readiness-probe:
http-action-port-name: http
initial-delay: PT0S
period: PT5S
timeout: PT3S
success-threshold: 1
failure-threshold: 10
failure-threshold: 20
liveness-probe:
http-action-port-name: http
initial-delay: PT5S
period: PT10S
timeout: PT3S
success-threshold: 1
failure-threshold: 10
failure-threshold: 20
env:
fields:
KUBERNETES_NODE_NAME: spec.nodeName
Expand Down