remove traefik
This commit is contained in:
parent
6d808d126d
commit
1488d466b3
|
@ -48,7 +48,8 @@ jobs:
|
|||
globals:
|
||||
appVersion: v${{ env.RELEASE_VERSION }}
|
||||
ingress:
|
||||
nginx: false
|
||||
enabled: true
|
||||
nginx: true
|
||||
# value-files: >-
|
||||
# [
|
||||
# "charts/budibase/values.yaml"
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -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
|
||||
timeoutSeconds: 1
|
||||
|
|
Loading…
Reference in New Issue