remove traefik
This commit is contained in:
parent
6d808d126d
commit
1488d466b3
|
@ -48,7 +48,8 @@ jobs:
|
||||||
globals:
|
globals:
|
||||||
appVersion: v${{ env.RELEASE_VERSION }}
|
appVersion: v${{ env.RELEASE_VERSION }}
|
||||||
ingress:
|
ingress:
|
||||||
nginx: false
|
enabled: true
|
||||||
|
nginx: true
|
||||||
# value-files: >-
|
# value-files: >-
|
||||||
# [
|
# [
|
||||||
# "charts/budibase/values.yaml"
|
# "charts/budibase/values.yaml"
|
||||||
|
|
|
@ -71,9 +71,12 @@ jobs:
|
||||||
# namespace: budibase
|
# namespace: budibase
|
||||||
# chart: charts/budibase
|
# chart: charts/budibase
|
||||||
# token: ${{ github.token }}
|
# token: ${{ github.token }}
|
||||||
|
# helm: helm3
|
||||||
# values: |
|
# values: |
|
||||||
# globals:
|
# globals:
|
||||||
# appVersion: ${{ steps.previoustag.outputs.tag }}
|
# appVersion: ${{ steps.previoustag.outputs.tag }}
|
||||||
|
# ingress:
|
||||||
|
# nginx: true
|
||||||
# # value-files: >-
|
# # value-files: >-
|
||||||
# # [
|
# # [
|
||||||
# # "charts/budibase/values.yaml"
|
# # "charts/budibase/values.yaml"
|
||||||
|
@ -85,5 +88,6 @@ jobs:
|
||||||
# uses: tsickert/discord-webhook@v4.0.0
|
# uses: tsickert/discord-webhook@v4.0.0
|
||||||
# with:
|
# with:
|
||||||
# webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }}
|
# webhook-url: ${{ secrets.PROD_DEPLOY_WEBHOOK_URL }}
|
||||||
# content: "Preprod Deployment Complete: ${{ env.RELEASE_VERSION }} deployed to Budibase Pre-prod."
|
# content: "Preprod Deployment Complete: ${{ steps.previoustag.outputs.tag }} deployed to Budibase Pre-prod."
|
||||||
# embed-title: ${{ env.RELEASE_VERSION }}
|
# embed-title: ${{ steps.previoustag.outputs.tag }}
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ service:
|
||||||
port: 10000
|
port: 10000
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
aws: false
|
aws: false
|
||||||
nginx: true
|
nginx: true
|
||||||
certificateArn: ""
|
certificateArn: ""
|
||||||
|
@ -302,4 +302,4 @@ couchdb:
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
|
Loading…
Reference in New Issue