diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ea049c..67b324b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/operator/src/main/resources/application.yml b/operator/src/main/resources/application.yml index bcc121e..28d41f5 100644 --- a/operator/src/main/resources/application.yml +++ b/operator/src/main/resources/application.yml @@ -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: @@ -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