From 1488d466b385c66a7fcd07fec0e59e2c5175978b Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 21 Dec 2021 14:13:19 +0000 Subject: [PATCH] remove traefik --- .github/workflows/deploy-preprod.yml | 3 ++- .github/workflows/release.yml | 8 ++++++-- charts/budibase/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-preprod.yml b/.github/workflows/deploy-preprod.yml index e566c00b3c..d77122d24a 100644 --- a/.github/workflows/deploy-preprod.yml +++ b/.github/workflows/deploy-preprod.yml @@ -48,7 +48,8 @@ jobs: globals: appVersion: v${{ env.RELEASE_VERSION }} ingress: - nginx: false + enabled: true + nginx: true # value-files: >- # [ # "charts/budibase/values.yaml" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 859d89f18b..02664f3dee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,9 +71,12 @@ jobs: # namespace: budibase # chart: charts/budibase # token: ${{ github.token }} + # helm: helm3 # values: | # globals: # appVersion: ${{ steps.previoustag.outputs.tag }} + # ingress: + # nginx: true # # value-files: >- # # [ # # "charts/budibase/values.yaml" @@ -85,5 +88,6 @@ jobs: # uses: tsickert/discord-webhook@v4.0.0 # with: # webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }} - # content: "Preprod Deployment Complete: ${{ env.RELEASE_VERSION }} deployed to Budibase Pre-prod." - # embed-title: ${{ env.RELEASE_VERSION }} + # content: "Preprod Deployment Complete: ${{ steps.previoustag.outputs.tag }} deployed to Budibase Pre-prod." + # embed-title: ${{ steps.previoustag.outputs.tag }} + diff --git a/charts/budibase/values.yaml b/charts/budibase/values.yaml index b634f1581f..4666d01c70 100644 --- a/charts/budibase/values.yaml +++ b/charts/budibase/values.yaml @@ -40,7 +40,7 @@ service: port: 10000 ingress: - enabled: false + enabled: true aws: false nginx: true certificateArn: "" @@ -302,4 +302,4 @@ couchdb: initialDelaySeconds: 0 periodSeconds: 10 successThreshold: 1 - timeoutSeconds: 1 \ No newline at end of file + timeoutSeconds: 1