File tree Expand file tree Collapse file tree
operator/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 env :
4848 GITHUB_USER_NAME : ${{ github.actor }}
4949 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50- - name : Package Helm chart
51- run : |
52- tar -czf operator/build/helm/kubernetes/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz -C operator/build/helm/kubernetes postgresql-operator
53- shell : bash
5450 - uses : aboutbits/github-actions-docker/build-push@v1
5551 with :
5652 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ quarkus:
7171 name : AboutBits
7272 email : info@aboutbits.it
7373 url : https://aboutbits.it/
74- create-tar-file : false
74+ create-tar-file : true
7575 extension : tgz
7676 values :
7777 replicas :
@@ -168,21 +168,21 @@ quarkus:
168168 period : PT10S
169169 timeout : PT3S
170170 success-threshold : 1
171- failure-threshold : 10
171+ failure-threshold : 20
172172 readiness-probe :
173173 http-action-port-name : http
174174 initial-delay : PT0S
175175 period : PT5S
176176 timeout : PT3S
177177 success-threshold : 1
178- failure-threshold : 10
178+ failure-threshold : 20
179179 liveness-probe :
180180 http-action-port-name : http
181181 initial-delay : PT5S
182182 period : PT10S
183183 timeout : PT3S
184184 success-threshold : 1
185- failure-threshold : 10
185+ failure-threshold : 20
186186 env :
187187 fields :
188188 KUBERNETES_NODE_NAME : spec.nodeName
You can’t perform that action at this time.
0 commit comments